Skip to content
TensorStore
tensorstore::kvstore::ListOptions
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • C Spec
          • C KvStore
            • Constructors
            • Methods
            • Data members
            • Friend functions
            • Related Types
            • Related Functions
              • F Open
              • F Read
              • F Write
              • F Delete
              • F DeleteRange
              • F ExperimentalCopyRange
              • F ListFuture
                • Related Types
                  • C ListOptions
                    • Data members
                      • V range
                      • V strip_prefix_length
                      • V staleness_bound
                  • C ListOptions
                    • Data members
                      • V range
                      • V strip_prefix_length
                      • V staleness_bound
                  • C ListEntry
          • C ByteRange
          • C OptionalByteRangeRequest
          • C StorageGeneration
          • C TimestampedStorageGeneration
          • C KeyRange
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Data members
    #include "tensorstore/kvstore/operations.h"
    struct tensorstore::kvstore::ListOptions;

    Options for ListFuture.

    Data members¶

    KeyRange range;

    Only keys in this range are emitted.

    size_t strip_prefix_length = 0;

    Length of prefix to strip from keys.

    absl::Time staleness_bound = absl::InfiniteFuture();

    Staleness bound on list results.