StacQueryable(String, IDictionary<String,BinaryData>) Constructor
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.
Initializes a new instance of StacQueryable.
public StacQueryable(string name, System.Collections.Generic.IDictionary<string,BinaryData> definition);
new Azure.Analytics.PlanetaryComputer.StacQueryable : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.Analytics.PlanetaryComputer.StacQueryable
Public Sub New (name As String, definition As IDictionary(Of String, BinaryData))
Parameters
- name
- String
Name of the queryable field.
- definition
- IDictionary<String,BinaryData>
Metadata for the queryable field.
Exceptions
name or definition is null.