arrow.s3_global_options

Module for [S3GlobalOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
S3GlobalOptions self() nothrowReturns `this`, for use in `with` statements.
S3GlobalOptionsGidBuilder builder() static nothrowGet builder for [arrow.s3_global_options.S3GlobalOptions] Returns: New builder object
arrow.types.S3LogLevel logLevel() @property nothrowGet `logLevel` property. Returns: The log level of S3 APIs.
void logLevel(arrow.types.S3LogLevel propval) @property nothrowSet `logLevel` property. Params: propval = The log level of S3 APIs.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.s3_global_options.S3GlobalOptions

Methods
T logLevel(arrow.types.S3LogLevel propval) nothrowSet `logLevel` property. Params: propval = The log level of S3 APIs. Returns: Builder instance for fluent chaining
Methods
S3GlobalOptions build() nothrowCreate object from builder. Returns: New object