PlanetaryComputerModelFactory.IngestionSourceSummary 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.
Ingestion source summary.
public static Azure.Analytics.PlanetaryComputer.IngestionSourceSummary IngestionSourceSummary(Guid id = default, Azure.Analytics.PlanetaryComputer.IngestionSourceKind kind = default, DateTimeOffset? createdOn = default);
static member IngestionSourceSummary : Guid * Azure.Analytics.PlanetaryComputer.IngestionSourceKind * Nullable<DateTimeOffset> -> Azure.Analytics.PlanetaryComputer.IngestionSourceSummary
Public Shared Function IngestionSourceSummary (Optional id As Guid = Nothing, Optional kind As IngestionSourceKind = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing) As IngestionSourceSummary
Parameters
- id
- Guid
Ingestion source id.
- kind
- IngestionSourceKind
Ingestion source type.
- createdOn
- Nullable<DateTimeOffset>
Created time in UTC format.
Returns
A new IngestionSourceSummary instance for mocking.