Share via


FileStatusProperties.BlockSize Property

Definition

Gets the block size for the file.

[Newtonsoft.Json.JsonProperty(PropertyName="blockSize")]
public long? BlockSize { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blockSize")>]
member this.BlockSize : Nullable<int64>
Public ReadOnly Property BlockSize As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to