ArrowDatasetFileSystemDatasetWriteOptions

描述

class ArrowDataset.FileSystemDatasetWriteOptions : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

祖先

构造函数

gadataset_file_system_dataset_write_options_new
没有可用的描述。

始于:6.0.0

实例方法

GObject 继承的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

ArrowDataset.FileSystemDatasetWriteOptions:base-name-template

用于生成片段基本名称的模板字符串。 {i} 将被自动递增的整数替换。

始于:6.0.0

ArrowDataset.FileSystemDatasetWriteOptions:max-partitions

任何批次可以写入的最大分区数。

始于:6.0.0

ArrowDataset.FileSystemDatasetWriteOptions:partitioning

用于生成片段路径的 GADatasetPartitioning

始于:6.0.0

信号

GObject 继承的信号 (1)
GObject::notify

当对象的属性通过 g_object_set_property(), g_object_set(), et al. 设置值时,会发出 notify 信号。

类结构

struct ArrowDatasetFileSystemDatasetWriteOptionsClass {
  GObjectClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。