You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Below are examples of supported prefixes and how the properties are passed throu
128
128
|`s3.`|[S3FileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html)|`s3.load_frequency=900`| Passed as `load_frequency=900` to S3FileSystem |
129
129
|`hdfs.`|[HadoopFileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.HadoopFileSystem.html)|`hdfs.replication=3`| Passed as `replication=3` to HadoopFileSystem |
130
130
|`gcs.`|[GcsFileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.GcsFileSystem.html)|`gcs.project_id=test`| Passed as `project_id='test'` to GcsFileSystem |
131
-
|`adls.`|[AzureFileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.AzureFileSystem.html)|`adls.blob_cache-size=1024`| Passed as `blob_cache_size=1024` to AzureFileSystem |
131
+
|`adls.`|[AzureFileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.AzureFileSystem.html)|`adls.account_name=foo`| Passed as `account_name=foo` to AzureFileSystem |
132
132
|`oss.`|[S3FileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html)|`oss.connect_timeout=30.0`| Passed as `connect_timeout=30.0` to S3FileSystem |
133
133
|`file.`|[LocalFileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.LocalFileSystem.html)|`file.use_mmap=true`| Passed as `use_mmap=True` to LocalFileSystem |
0 commit comments