IResourceResponse<T>.CollectionUsage Property
The current number of collection resources within the account.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
long CollectionUsage { get; }
property long long CollectionUsage {
long long get();
}
ReadOnly Property CollectionUsage As Long
Property Value
Type: System.Int64
The number of collections.
Remarks
This is exposed for mocking purposes for the Azure DocumentDB database service.
See Also
IResourceResponse<T> Interface
Microsoft.Azure.Documents.Client Namespace
Return to top