StacItemAsset(String, String) Constructor

Definition

Initializes a new instance of StacItemAsset.

public StacItemAsset(string title, string kind);
new Azure.Analytics.PlanetaryComputer.StacItemAsset : string * string -> Azure.Analytics.PlanetaryComputer.StacItemAsset
Public Sub New (title As String, kind As String)

Parameters

title
String

Human-readable title for the asset.

kind
String

Media type of the asset.

Exceptions

title or kind is null.

Applies to