Convert a tiledb_config
object to a R data.frame
Usage
# S3 method for tiledb_config
as.data.frame(x, ...)
Examples
cfg <- tiledb_config()
as.data.frame(cfg)
#> parameter
#> 1 config.env_var_prefix
#> 2 config.logging_format
#> 3 config.logging_level
#> 4 filestore.buffer_size
#> 5 rest.capnp_traversal_limit
#> 6 rest.curl.buffer_size
#> 7 rest.curl.verbose
#> 8 rest.http_compressor
#> 9 rest.load_enumerations_on_array_open
#> 10 rest.load_metadata_on_array_open
#> 11 rest.load_non_empty_domain_on_array_open
#> 12 rest.retry_count
#> 13 rest.retry_delay_factor
#> 14 rest.retry_http_codes
#> 15 rest.retry_initial_delay_ms
#> 16 rest.server_address
#> 17 rest.server_serialization_format
#> 18 rest.use_refactored_array_open
#> 19 rest.use_refactored_array_open_and_query_submit
#> 20 sm.allow_separate_attribute_writes
#> 21 sm.allow_updates_experimental
#> 22 sm.check_coord_dups
#> 23 sm.check_coord_oob
#> 24 sm.check_global_order
#> 25 sm.compute_concurrency_level
#> 26 sm.consolidation.amplification
#> 27 sm.consolidation.buffer_size
#> 28 sm.consolidation.max_fragment_size
#> 29 sm.consolidation.mode
#> 30 sm.consolidation.purge_deleted_cells
#> 31 sm.consolidation.step_max_frags
#> 32 sm.consolidation.step_min_frags
#> 33 sm.consolidation.step_size_ratio
#> 34 sm.consolidation.steps
#> 35 sm.consolidation.timestamp_end
#> 36 sm.consolidation.timestamp_start
#> 37 sm.dedup_coords
#> 38 sm.enable_signal_handlers
#> 39 sm.encryption_key
#> 40 sm.encryption_type
#> 41 sm.enumerations_max_size
#> 42 sm.enumerations_max_total_size
#> 43 sm.fragment_info.preload_mbrs
#> 44 sm.group.timestamp_end
#> 45 sm.group.timestamp_start
#> 46 sm.io_concurrency_level
#> 47 sm.max_tile_overlap_size
#> 48 sm.mem.malloc_trim
#> 49 sm.mem.reader.sparse_global_order.ratio_array_data
#> 50 sm.mem.reader.sparse_global_order.ratio_coords
#> 51 sm.mem.reader.sparse_global_order.ratio_tile_ranges
#> 52 sm.mem.reader.sparse_unordered_with_dups.ratio_array_data
#> 53 sm.mem.reader.sparse_unordered_with_dups.ratio_coords
#> 54 sm.mem.reader.sparse_unordered_with_dups.ratio_tile_ranges
#> 55 sm.mem.tile_upper_memory_limit
#> 56 sm.mem.total_budget
#> 57 sm.memory_budget
#> 58 sm.memory_budget_var
#> 59 sm.merge_overlapping_ranges_experimental
#> 60 sm.partial_tile_offsets_loading
#> 61 sm.query.dense.qc_coords_mode
#> 62 sm.query.dense.reader
#> 63 sm.query.sparse_global_order.reader
#> 64 sm.query.sparse_unordered_with_dups.reader
#> 65 sm.read_range_oob
#> 66 sm.skip_checksum_validation
#> 67 sm.skip_est_size_partitioning
#> 68 sm.skip_unary_partitioning_budget_check
#> 69 sm.vacuum.mode
#> 70 sm.var_offsets.bitsize
#> 71 sm.var_offsets.extra_element
#> 72 sm.var_offsets.mode
#> 73 ssl.ca_file
#> 74 ssl.ca_path
#> 75 ssl.verify
#> 76 vfs.azure.blob_endpoint
#> 77 vfs.azure.block_list_block_size
#> 78 vfs.azure.max_parallel_ops
#> 79 vfs.azure.max_retries
#> 80 vfs.azure.max_retry_delay_ms
#> 81 vfs.azure.retry_delay_ms
#> 82 vfs.azure.storage_account_key
#> 83 vfs.azure.storage_account_name
#> 84 vfs.azure.storage_sas_token
#> 85 vfs.azure.use_block_list_upload
#> 86 vfs.file.max_parallel_ops
#> 87 vfs.file.posix_directory_permissions
#> 88 vfs.file.posix_file_permissions
#> 89 vfs.gcs.endpoint
#> 90 vfs.gcs.max_parallel_ops
#> 91 vfs.gcs.multi_part_size
#> 92 vfs.gcs.project_id
#> 93 vfs.gcs.request_timeout_ms
#> 94 vfs.gcs.use_multi_part_upload
#> 95 vfs.hdfs.kerb_ticket_cache_path
#> 96 vfs.hdfs.name_node_uri
#> 97 vfs.hdfs.username
#> 98 vfs.max_batch_size
#> 99 vfs.min_batch_gap
#> 100 vfs.min_batch_size
#> 101 vfs.min_parallel_size
#> 102 vfs.read_ahead_cache_size
#> 103 vfs.read_ahead_size
#> 104 vfs.s3.aws_access_key_id
#> 105 vfs.s3.aws_external_id
#> 106 vfs.s3.aws_load_frequency
#> 107 vfs.s3.aws_role_arn
#> 108 vfs.s3.aws_secret_access_key
#> 109 vfs.s3.aws_session_name
#> 110 vfs.s3.aws_session_token
#> 111 vfs.s3.bucket_canned_acl
#> 112 vfs.s3.ca_file
#> 113 vfs.s3.ca_path
#> 114 vfs.s3.config_source
#> 115 vfs.s3.connect_max_tries
#> 116 vfs.s3.connect_scale_factor
#> 117 vfs.s3.connect_timeout_ms
#> 118 vfs.s3.endpoint_override
#> 119 vfs.s3.logging_level
#> 120 vfs.s3.max_parallel_ops
#> 121 vfs.s3.multipart_part_size
#> 122 vfs.s3.no_sign_request
#> 123 vfs.s3.object_canned_acl
#> 124 vfs.s3.proxy_host
#> 125 vfs.s3.proxy_password
#> 126 vfs.s3.proxy_port
#> 127 vfs.s3.proxy_scheme
#> 128 vfs.s3.proxy_username
#> 129 vfs.s3.region
#> 130 vfs.s3.request_timeout_ms
#> 131 vfs.s3.requester_pays
#> 132 vfs.s3.scheme
#> 133 vfs.s3.skip_init
#> 134 vfs.s3.sse
#> 135 vfs.s3.sse_kms_key_id
#> 136 vfs.s3.use_multipart_upload
#> 137 vfs.s3.use_virtual_addressing
#> 138 vfs.s3.verify_ssl
#> value
#> 1 TILEDB_
#> 2 DEFAULT
#> 3 0
#> 4 104857600
#> 5 536870912
#> 6 524288
#> 7 false
#> 8 any
#> 9 true
#> 10 true
#> 11 true
#> 12 25
#> 13 1.25
#> 14 503
#> 15 500
#> 16 https://api.tiledb.com
#> 17 CAPNP
#> 18 false
#> 19 false
#> 20 false
#> 21 false
#> 22 true
#> 23 true
#> 24 true
#> 25 12
#> 26 1.0
#> 27 50000000
#> 28 18446744073709551615
#> 29 fragments
#> 30 false
#> 31 4294967295
#> 32 4294967295
#> 33 0.0
#> 34 4294967295
#> 35 18446744073709551615
#> 36 0
#> 37 false
#> 38 true
#> 39
#> 40 NO_ENCRYPTION
#> 41 10485760
#> 42 52428800
#> 43 false
#> 44 18446744073709551615
#> 45 0
#> 46 12
#> 47 314572800
#> 48 true
#> 49 0.1
#> 50 0.5
#> 51 0.1
#> 52 0.1
#> 53 0.5
#> 54 0.1
#> 55 1073741824
#> 56 10737418240
#> 57 5368709120
#> 58 10737418240
#> 59 true
#> 60 false
#> 61 false
#> 62 refactored
#> 63 refactored
#> 64 refactored
#> 65 warn
#> 66 false
#> 67 false
#> 68 false
#> 69 fragments
#> 70 64
#> 71 false
#> 72 bytes
#> 73
#> 74
#> 75 true
#> 76
#> 77 5242880
#> 78 12
#> 79 5
#> 80 60000
#> 81 800
#> 82
#> 83
#> 84
#> 85 true
#> 86 1
#> 87 755
#> 88 644
#> 89
#> 90 12
#> 91 5242880
#> 92
#> 93 3000
#> 94 true
#> 95
#> 96
#> 97
#> 98 104857600
#> 99 512000
#> 100 20971520
#> 101 10485760
#> 102 10485760
#> 103 102400
#> 104
#> 105
#> 106
#> 107
#> 108
#> 109
#> 110
#> 111 NOT_SET
#> 112
#> 113
#> 114 auto
#> 115 5
#> 116 25
#> 117 10800
#> 118
#> 119 Off
#> 120 12
#> 121 5242880
#> 122 false
#> 123 NOT_SET
#> 124
#> 125
#> 126 0
#> 127 http
#> 128
#> 129 us-east-1
#> 130 3000
#> 131 false
#> 132 https
#> 133 false
#> 134
#> 135
#> 136 true
#> 137 true
#> 138 true