PlanetaryComputerModelFactory.StacAssetData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
FormContent model for file upload.
public static Azure.Analytics.PlanetaryComputer.StacAssetData StacAssetData(Azure.Analytics.PlanetaryComputer.AssetMetadata data = default, System.ClientModel.FileBinaryContent file = default);
static member StacAssetData : Azure.Analytics.PlanetaryComputer.AssetMetadata * System.ClientModel.FileBinaryContent -> Azure.Analytics.PlanetaryComputer.StacAssetData
Public Shared Function StacAssetData (Optional data As AssetMetadata = Nothing, Optional file As FileBinaryContent = Nothing) As StacAssetData
Parameters
- data
- AssetMetadata
Asset metadata.
- file
- FileBinaryContent
Binary file content to be uploaded.
Returns
A new StacAssetData instance for mocking.