IResourceResponse<T>.UserDefinedFunctionsUsage Property
The current number of user defined functions for a collection.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
long UserDefinedFunctionsUsage { get; }
property long long UserDefinedFunctionsUsage {
long long get();
}
ReadOnly Property UserDefinedFunctionsUsage As Long
Property Value
Type: System.Int64
Current number of user defined functions.
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