AssetMetadata Constructor

Definition

Initializes a new instance of AssetMetadata.

public AssetMetadata(string key, string kind, System.Collections.Generic.IEnumerable<string> roles, string title, string description);
new Azure.Analytics.PlanetaryComputer.AssetMetadata : string * string * seq<string> * string * string -> Azure.Analytics.PlanetaryComputer.AssetMetadata
Public Sub New (key As String, kind As String, roles As IEnumerable(Of String), title As String, description As String)

Parameters

key
String

The key of the asset.

kind
String

The type of the asset.

roles
IEnumerable<String>

The roles of the asset.

title
String

The title of the asset.

description
String

The description of the asset.

Exceptions

key, kind, roles, title or description is null.

Applies to