GetItemCollectionOptions 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.
Options for the getItemCollection operation.
public class GetItemCollectionOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetItemCollectionOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetItemCollectionOptions>
type GetItemCollectionOptions = class
interface IJsonModel<GetItemCollectionOptions>
interface IPersistableModel<GetItemCollectionOptions>
Public Class GetItemCollectionOptions
Implements IJsonModel(Of GetItemCollectionOptions), IPersistableModel(Of GetItemCollectionOptions)
- Inheritance
-
GetItemCollectionOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetItemCollectionOptions(String) |
Initializes a new instance of GetItemCollectionOptions. |
Properties
| Name | Description |
|---|---|
| BoundingBox |
Only features that have a geometry that intersects the bounding box are selected. |
| CollectionId |
Catalog collection id. |
| Datetime |
Either a date-time or an interval, open or closed. |
| DurationInMinutes |
The duration in minutes for which the signed url is valid. |
| Limit |
The optional limit parameter recommends the number of items that should be present in the response document. Minimum = 1. Maximum = 10000. Default = 10. |
| Sign |
Whether to sign the asset urls. |
| Token |
The token to use for signing the asset urls. |