次の方法で共有


SBQueue.MaxSizeInMegabytes プロパティ

定義

キューの最大サイズをメガバイト単位で取得または設定します。これは、キューに割り当てられたメモリのサイズです。 既定値は 1024 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象