| transactionId |
String |
Optional transaction identifier |
[optional] |
| location |
String |
|
[optional] |
| version |
Long |
|
[optional] |
| storageOptions |
Map<String, String> |
Configuration options to be used to access storage. The available options depend on the type of storage in use. These will be passed directly to Lance to initialize storage access. |
[optional] |
| properties |
Map<String, String> |
If the implementation does not support table properties, it should return null for this field. Otherwise it should return the properties. |
[optional] |