Class PartitionStats
- Inheritance
-
PartitionStats
- Inherited Members
-
- Namespace
- TabularEditor.Shared.Scripting
- Assembly
- TabularEditor3.Shared.dll
Per-partition VertiPaq Analyzer statistics. Returned by Partitions.
public class PartitionStats
- Extension Methods
-
Constructors
PartitionStats()
Properties
DataSize
public long DataSize { get; init; }
Property Value
IsPageable
public bool? IsPageable { get; init; }
Property Value
IsResident
public bool? IsResident { get; init; }
Property Value
LastAccessed
public DateTime? LastAccessed { get; init; }
Property Value
PartitionName
public string PartitionName { get; init; }
Property Value
RowCount
public long RowCount { get; init; }
Property Value
SegmentCount
public int SegmentCount { get; init; }
Property Value
TableName
public string TableName { get; init; }
Property Value
Temperature
public double? Temperature { get; init; }
Property Value