IResourceResponse<T>.UserUsage Property

 

The current number of user resources within the account.

Namespace:   Microsoft.Azure.Documents.Client
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

long UserUsage { get; }
property long long UserUsage {
    long long get();
}
ReadOnly Property UserUsage As Long

Property Value

Type: System.Int64

The number of users.

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