TilerStacSearchDefinition 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.
public class TilerStacSearchDefinition : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.TilerStacSearchDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.TilerStacSearchDefinition>
type TilerStacSearchDefinition = class
interface IJsonModel<TilerStacSearchDefinition>
interface IPersistableModel<TilerStacSearchDefinition>
Public Class TilerStacSearchDefinition
Implements IJsonModel(Of TilerStacSearchDefinition), IPersistableModel(Of TilerStacSearchDefinition)
- Inheritance
-
TilerStacSearchDefinition
- Implements
Properties
| Name | Description |
|---|---|
| Hash |
Unique hash identifier for the search query. |
| LastUsedOn |
Timestamp when the search was last accessed. |
| Metadata |
Additional metadata associated with the search. |
| Search |
Search 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:
|
| UseCount |
Number of times the search has been accessed. |