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