BlobMetadata.Size Property

Definition

The size of the file or folder.

[System.Text.Json.Serialization.JsonPropertyName("Size")]
public long? Size { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Size")>]
member this.Size : Nullable<int64> with get, set
Public Property Size As Nullable(Of Long)

Property Value

Attributes

Applies to