- class tensorstore.OpenMode
Specifies the mode to use when opening a
TensorStore
.Constructors¶
Accessors¶
- delete_existing : bool
Delete any existing data before creating a new array.
- assume_metadata : bool
Don’t access the stored metadata.
- assume_cached_metadata : bool
Skip reading the metadata when opening.