ShardMetadataInfo
public struct ShardMetadataInfo : CodableA 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.
 
- 
                  
                  Undocumented DeclarationSwift public let id: String
- 
                  
                  Undocumented DeclarationSwift public let url: URL
- 
                  
                  Undocumented DeclarationSwift public let metadata: ShardMetadata
 View on GitHub
View on GitHub