Share via


BlobStreamInputDataSource.SourcePartitionCount Property

Definition

Gets or sets the partition count of the blob input data source. Range 1 - 256.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to