[Missing <summary> documentation for "P:Couchbase.Configuration.Server.Serialization.BasicStats.DiskUsed"]
Namespace: Couchbase.Configuration.Server.SerializationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic ulong DiskUsed { get; set; }
public ulong DiskUsed { get; set; }
Public Property DiskUsed As ULong
Get
Set
Public Property DiskUsed As ULong
Get
Set
public:
property unsigned long long DiskUsed {
unsigned long long get ();
void set (unsigned long long value);
}
public:
property unsigned long long DiskUsed {
unsigned long long get ();
void set (unsigned long long value);
}
member DiskUsed : uint64 with get, set
member DiskUsed : uint64 with get, set
Property Value
Type:
UInt64
See Also