IFsrmQuotaBase.QuotaFlags Property
Retrieves or sets the quota flags for the object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
int QuotaFlags { get; set; }
property int QuotaFlags {
int get();
void set(int value);
}
abstract QuotaFlags : int with get, set
Property QuotaFlags As Integer
Property Value
Type: System.Int32
Returns a Int32 containing the quota flags for the object. For possible values, see the _FsrmQuotaFlags enumeration. The default is zero, which means the server will not fail violating IO operations, but will still run any action associated with the quota limit.
See Also
IFsrmQuotaBase Interface
Microsoft.Storage Namespace
Return to top