Class ToggleQuotaRulesDetails
Details for enabling or disabling quota enforcement in the file system.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class ToggleQuotaRulesDetails
Properties
AreQuotaRulesEnabled
Declaration
[Required(ErrorMessage = "AreQuotaRulesEnabled is required.")]
[JsonProperty(PropertyName = "areQuotaRulesEnabled")]
public bool? AreQuotaRulesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies the enforcement of quota rules on the file system. |
Remarks
Required