StacQueryable 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.
Definition of a queryable field for STAC API filtering.
public class StacQueryable : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacQueryable>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacQueryable>
type StacQueryable = class
interface IJsonModel<StacQueryable>
interface IPersistableModel<StacQueryable>
Public Class StacQueryable
Implements IJsonModel(Of StacQueryable), IPersistableModel(Of StacQueryable)
- Inheritance
-
StacQueryable
- Implements
Constructors
| Name | Description |
|---|---|
| StacQueryable(String, IDictionary<String,BinaryData>) |
Initializes a new instance of StacQueryable. |
Properties
| Name | Description |
|---|---|
| CreateIndex |
Whether to create a database index for this field. |
| DataKind |
Data type of the queryable field. |
| Definition |
Metadata for the queryable field. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Name |
Name of the queryable field. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to StacQueryable) | |
| Implicit(StacQueryable to RequestContent) | |