AssetMetadata Class
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.
Asset metadata model.
public class AssetMetadata : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.AssetMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.AssetMetadata>
type AssetMetadata = class
interface IJsonModel<AssetMetadata>
interface IPersistableModel<AssetMetadata>
Public Class AssetMetadata
Implements IJsonModel(Of AssetMetadata), IPersistableModel(Of AssetMetadata)
- Inheritance
-
AssetMetadata
- Implements
Constructors
| Name | Description |
|---|---|
| AssetMetadata(String, String, IEnumerable<String>, String, String) |
Initializes a new instance of AssetMetadata. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the asset. |
| Key |
The key of the asset. |
| Kind |
The type of the asset. |
| Roles |
The roles of the asset. |
| Title |
The title of the asset. |