Click or drag to resize

DatabaseSpaceReserved Property

The total amount of reserved space for 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 Reserved { get; set; }

Property Value

Type: Int64
See Also