TensorStore
tensorstore::Spec::FromUrl
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
            • Constructors
            • Methods
              • Fvalid
              • Fdtype
              • Frank
              • Fschema
              • Fdomain
              • Fchunk_layout
              • Fcodec
              • Ffill_value
              • Fdimension_units
              • Fkvstore
              • Ftransform
              • Fbase
              • Fopen_mode
              • FSet
              • FBindContext
              • FUnbindContext
              • FStripContext
              • Fcontext_binding_state
              • FGetTransformForIndexingOperation
              • FFromUrl
              • FToUrl
            • Friend functions
            • Related Types
            • Related Functions
          • CTensorStore
        • 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
    #include "tensorstore/spec.h"
    static Result<Spec> tensorstore::Spec::FromUrl(std::string_view url);

    Parses a Spec from its URL representation.

    Back to top
    Previous tensorstore::Spec::GetTransformForIndexingOperation
    Next tensorstore::Spec::ToUrl