WriteOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_write_options_get_type ()" ) ]
public class WriteOptions :
Object
Content:
Properties:
- public int alignment { get; set; }
Write padding after memory buffers to this multiple of bytes.
- public bool allow_64bit { get; set; }
Whether to allow field lengths that don't fit in a signed 32-bit int.
- public Codec codec { owned get; set; }
Codec to use for compressing and decompressing record batch body
buffers.
- public int max_recursion_depth { get; set; }
The maximum permitted schema nesting depth.
- public bool use_threads { get; set; }
Whether to use the global CPU thread pool.
- public bool write_legacy_ipc_format { get; set; }
Whether to write the pre-0.15.0 encapsulated IPC message format
consisting of a 4-byte prefix instead of 8 byte.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object