StacMosaicConfiguration 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.
Configuration for data mosaic visualization.
public class StacMosaicConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacMosaicConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacMosaicConfiguration>
type StacMosaicConfiguration = class
interface IJsonModel<StacMosaicConfiguration>
interface IPersistableModel<StacMosaicConfiguration>
Public Class StacMosaicConfiguration
Implements IJsonModel(Of StacMosaicConfiguration), IPersistableModel(Of StacMosaicConfiguration)
- Inheritance
-
StacMosaicConfiguration
- Implements
Properties
| Name | Description |
|---|---|
| DefaultCustomQuery |
A list of CQL-JSON expressions to use as the default for this collection. 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:
|
| DefaultLocation |
Default map location when displaying this collection. |
| Mosaics |
Predefined data mosaics available for this collection. |
| RenderOptions |
Available render options for visualizing the data. |