DirectoryPartitioning


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "6.0.0" ) ]
public DirectoryPartitioning (Schema schema, List<Array>? dictionaries, KeyValuePartitioningOptions? options) throws Error

Parameters:

schema

A Schema that describes all partitioned segments.

dictionaries

A list of Array for dictionary data types in schema .

options

A KeyValuePartitioningOptions.

Returns:

The newly created DirectoryPartitioning on success, null on error.