FileShareItem.ShareQuota プロパティ

定義

共有の最大サイズをギガバイト単位で取得または設定します。 0 より大きく 5 TB (5120) 以下である必要があります。 大きなファイル共有の場合、最大サイズは 102400 です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.shareQuota")]
public int? ShareQuota { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.shareQuota")>]
member this.ShareQuota : Nullable<int> with get, set
Public Property ShareQuota As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象