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