IngestionSource 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.
Ingestion Source Please note this is the abstract base class. The derived classes available for instantiation are: SharedAccessSignatureTokenIngestionSource and ManagedIdentityIngestionSource.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Analytics.PlanetaryComputer.UnknownIngestionSource))]
public abstract class IngestionSource : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.IngestionSource>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.IngestionSource>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Analytics.PlanetaryComputer.UnknownIngestionSource))>]
type IngestionSource = class
interface IJsonModel<IngestionSource>
interface IPersistableModel<IngestionSource>
Public MustInherit Class IngestionSource
Implements IJsonModel(Of IngestionSource), IPersistableModel(Of IngestionSource)
- Inheritance
-
IngestionSource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreatedOn |
Created time in UTC format. |
| Id |
Ingestion source id. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to IngestionSource) | |
| Implicit(IngestionSource to RequestContent) | |