github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/StorageSpec.md (about) 1 # StorageSpec 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **cid** | **str** | The unique ID of the data, where it makes sense (for example, in an IPFS storage spec this will be the data's CID). NOTE: The below is capitalized to match IPFS & IPLD (even though it's out of golang fmt) | [optional] 7 **metadata** | **dict(str, str)** | Additional properties specific to each driver | [optional] 8 **name** | **str** | Name of the spec's data, for reference. | [optional] 9 **source_path** | **str** | The path of the host data if we are using local directory paths | [optional] 10 **storage_source** | [**StorageSpecStorageSource**](StorageSpecStorageSource.md) | | [optional] 11 **url** | **str** | Source URL of the data | [optional] 12 **path** | **str** | The path that the spec's data should be mounted on, where it makes sense (for example, in a Docker storage spec this will be a filesystem path). TODO: #668 Replace with \"Path\" (note the caps) for yaml/json when we update the n.js file | [optional] 13 14 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 16