FileNotification.BlobSizeInBytes プロパティ

定義

アップロードされたファイルのサイズ (バイト単位)。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="blobSizeInBytes")]
public long BlobSizeInBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="blobSizeInBytes")>]
member this.BlobSizeInBytes : int64 with get, set
Public Property BlobSizeInBytes As Long

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象