Share via


AzureBlobFSSource.SkipHeaderLineCount Property

Definition

Gets or sets number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to