共用方式為


AzureBlobStorageWriteSettings.BlockSizeInMB Property

Definition

Gets or sets indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).

[Newtonsoft.Json.JsonProperty(PropertyName="blockSizeInMB")]
public object BlockSizeInMB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blockSizeInMB")>]
member this.BlockSizeInMB : obj with get, set
Public Property BlockSizeInMB As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to