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