ResourceResponse<T>.CollectionUsage Property
Gets the current number of collection resources within the account 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 CollectionUsage { get; }
public:
property long long CollectionUsage {
virtual long long get() sealed;
}
Public ReadOnly Property CollectionUsage As Long
Property Value
Type: System.Int64
The number of collections.
Implements
IResourceResponse<T>.CollectionUsage
See Also
ResourceResponse<T> Class
Microsoft.Azure.Documents.Client Namespace
Return to top