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