ContentSummary.SpaceQuota Property
Optional. Gets or sets the disk space quota.
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
public long SpaceQuota { get; set; }
public:
property long long SpaceQuota {
long long get();
void set(long long value);
}
member SpaceQuota : int64 with get, set
Public Property SpaceQuota As Long
Property Value
Type: System.Int64
See Also
ContentSummary Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace
Return to top