ResourceResponse<T>.CollectionSizeUsage Property
Gets the current size of a collection in kilobytes from the Azure DocumentDB database service.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
public long CollectionSizeUsage { get; }
public:
property long long CollectionSizeUsage {
virtual long long get() sealed;
}
Public ReadOnly Property CollectionSizeUsage As Long
Property Value
Type: System.Int64
Current collection size in kilobytes.
Implements
IResourceResponse<T>.CollectionSizeUsage
See Also
ResourceResponse<T> Class
Microsoft.Azure.Documents.Client Namespace
Return to top