Class ImportMetadata
Data structure with metadata for the Import API.
Inherited Members
Namespace: Transit.Shared.DataModels.Exchange
Assembly: Transit.Shared.dll
Syntax
public class ImportMetadata : ExchangeMetadata
Remarks
This class provides configuration data required to interact with the Import API, including:
- AuthInfo Configuration for obtaining OAuth tokens (see ExchangeMetadata)
- ImportEndpoints Endpoints for data transfer operations.
Properties
Endpoints
Gets or sets the ImportEndpoints instance
Declaration
public ImportEndpoints Endpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| ImportEndpoints | Endpoints to transfer data with the import api |