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
          • CSpec
          • CKvStore
            • Constructors
            • Methods
            • Data members
            • Friend functions
            • Related Types
            • Related Functions
              • FOpen
              • FRead
              • FWrite
              • FDelete
              • FDeleteRange
              • FExperimentalCopyRange
              • FListFuture
                • Related Types
                  • CListOptions
                    • Data members
                      • Vrange
                      • Vstrip_prefix_length
                      • Vstaleness_bound
                  • CListOptions
                    • Data members
                      • Vrange
                      • Vstrip_prefix_length
                      • Vstaleness_bound
                  • CListEntry
          • CByteRange
          • COptionalByteRangeRequest
          • CStorageGeneration
          • CTimestampedStorageGeneration
          • CKeyRange
        • 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.

    Back to top
    Previous tensorstore::kvstore::ListFuture
    Next tensorstore::kvstore::ListOptions::range