Table of Contents

Class StorageStats

Namespace
Datafication.Storage.Velocity
Assembly
Datafication.Storage.Velocity.dll

Storage statistics for enterprise monitoring

public class StorageStats
Inheritance
object
StorageStats

Properties

ActiveRows

public uint ActiveRows { get; set; }

Property Value

uint

CanCompact

public bool CanCompact { get; set; }

Property Value

bool

DeletedPercentage

public double DeletedPercentage { get; set; }

Property Value

double

DeletedRows

public uint DeletedRows { get; set; }

Property Value

uint

EstimatedSizeBytes

public long EstimatedSizeBytes { get; set; }

Property Value

long

StorageFiles

public int StorageFiles { get; set; }

Property Value

int

TotalRows

public uint TotalRows { get; set; }

Property Value

uint

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.