Click or drag to resize

DatabaseSpaceUnused Property

The total amount of space reserved for the table but not yet used, 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 Unused { get; set; }

Property Value

Type: Int64
See Also