PlanetaryComputerModelFactory.StacItemOrStacItemCollection Method
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.
Base type for STAC items and collections with discriminator. Please note this is the abstract base class. The derived classes available for instantiation are: StacItemCollection and StacItem.
public static Azure.Analytics.PlanetaryComputer.StacItemOrStacItemCollection StacItemOrStacItemCollection(string kind = default, string stacVersion = default, System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.StacLink> links = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, string shortDescription = default, System.Collections.Generic.IEnumerable<string> stacExtensions = default);
static member StacItemOrStacItemCollection : string * string * seq<Azure.Analytics.PlanetaryComputer.StacLink> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * seq<string> -> Azure.Analytics.PlanetaryComputer.StacItemOrStacItemCollection
Public Shared Function StacItemOrStacItemCollection (Optional kind As String = Nothing, Optional stacVersion As String = Nothing, Optional links As IEnumerable(Of StacLink) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional shortDescription As String = Nothing, Optional stacExtensions As IEnumerable(Of String) = Nothing) As StacItemOrStacItemCollection
Parameters
- kind
- String
Discriminator property for StacItemOrStacItemCollection.
- stacVersion
- String
Stac Version.
- links
- IEnumerable<StacLink>
Links to related resources and endpoints.
- createdOn
- Nullable<DateTimeOffset>
MSFT Created.
- updatedOn
- Nullable<DateTimeOffset>
MSFT Updated.
- shortDescription
- String
MSFT Short Description.
- stacExtensions
- IEnumerable<String>
URLs to STAC extensions implemented by this STAC resource.
Returns
A new StacItemOrStacItemCollection instance for mocking.