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