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