Click or drag to resize

DatabaseSpaceIndexes Property

The total amount of space used by indexes in the table, in bytes. Note that this number may be approximate as it may be reported by the DBMS as a string like "29168 KB".

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public long Indexes { get; set; }

Property Value

Type: Int64
See Also