Skip to contents

Convert a tiledb_config object to a R data.frame

Usage

# S3 method for class 'tiledb_config'
as.data.frame(x, ...)

Arguments

x

tiledb_config object

...

Extra parameter for method signature, currently unused.

Value

a data.frame wth parameter, value columns

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