ShardMetadataInfo

public struct ShardMetadataInfo : Codable

A structure representing metadata information for a shard.

ShardMetadataInfo contains details about a specific shard, including its unique identifier, its location as a URL, and its associated metadata.

  • Properties:
    • id: A unique identifier for the shard.
    • url: The URL location of the shard.
    • metadata: The metadata associated with the shard.
  • id

    Undocumented

    Declaration

    Swift

    public let id: String
  • url

    Undocumented

    Declaration

    Swift

    public let url: URL
  • Undocumented

    Declaration

    Swift

    public let metadata: ShardMetadata