共用方式為


ParquetWriteSettings.MaxRowsPerFile Property

Definition

Gets or sets limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to