Table of Contents

Interface IDataConnectorConfiguration

Namespace
Datafication.Core.Connectors
Assembly
Datafication.Core.dll

Defines a contract for data connector configurations, providing necessary settings or metadata for data connector operations.

public interface IDataConnectorConfiguration

Properties

Id

Gets or sets the unique identifier for the data connector configuration.

string Id { get; set; }

Property Value

string

The unique identifier for the configuration.