Skip to content
TensorStore
tensorstore::ReadOptions
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
          • CTensorStore
            • Types
            • Data members
            • Constructors
            • Methods
            • Friend functions
            • Related Types
            • Related Functions
            • I/O
              • FResolveBounds
              • FResize
              • FRead [TensorStore, Array]
                • Related Types
                  • CReadProgress
                  • CReadOptions
                    • Data members
                      • Valignment_options
                      • Vprogress_function
                      • Vbatch
                  • CReadOptions
                    • Data members
                      • Valignment_options
                      • Vprogress_function
                      • Vbatch
                • Related Constants
              • FRead [TensorStore]
              • FGetStorageStatistics
            • Related Constants
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Data members
    #include "tensorstore/read_write_options.h"
    struct tensorstore::ReadOptions;

    Options for tensorstore::Read into an existing target array.

    Data members¶

    DomainAlignmentOptions alignment_options =
       
     DomainAlignmentOptions::all;

    Constrains how the source TensorStore may be aligned to the target array.

    ReadProgressFunction progress_function;

    Optional progress callback.

    Batch batch = {no_batch};

    Optional batch.

    Back to top
    Previous tensorstore::ReadProgressFunction::Function
    Next tensorstore::ReadOptions::alignment_options