StacMosaic 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.
Defines a named mosaic with filtering criteria.
public class StacMosaic : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacMosaic>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacMosaic>
type StacMosaic = class
interface IJsonModel<StacMosaic>
interface IPersistableModel<StacMosaic>
Public Class StacMosaic
Implements IJsonModel(Of StacMosaic), IPersistableModel(Of StacMosaic)
- Inheritance
-
StacMosaic
- Implements
Constructors
| Name | Description |
|---|---|
| StacMosaic(String, String, IEnumerable<IDictionary<String,BinaryData>>) |
Initializes a new instance of StacMosaic. |
Properties
| Name | Description |
|---|---|
| Cql |
A list of valid CQL2-JSON expressions used to filter the collection to moasic. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Description |
Detailed description of the mosaic. |
| Id |
Unique identifier for the mosaic. |
| Name |
Short descriptive name for the mosaic. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to StacMosaic) | |
| Implicit(StacMosaic to RequestContent) | |