ResourceResponse<T>.DocumentUsage Property
Gets the current size of documents within 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 DocumentUsage { get; }
public:
property long long DocumentUsage {
virtual long long get() sealed;
}
Public ReadOnly Property DocumentUsage As Long
Property Value
Type: System.Int64
Current documents size in kilobytes.
Implements
IResourceResponse<T>.DocumentUsage
See Also
ResourceResponse<T> Class
Microsoft.Azure.Documents.Client Namespace
Return to top