次の方法で共有


DatabaseUpdate.MaxSizeBytes プロパティ

定義

バイト単位で表されるデータベースの最大サイズを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeBytes")]
public long? MaxSizeBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeBytes")>]
member this.MaxSizeBytes : Nullable<int64> with get, set
Public Property MaxSizeBytes As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象