ADO.NET Provider for Airtable

Build 22.0.8479

Authentication

このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。


プロパティ説明
AuthSchemeThe type of authentication to use when connecting to Airtable.
ApiKeyApiKey of the currently authenticated user.
ClientSecretUsage of the Metadata API requires a unique client secret when authenticating with a User API Key, with the exception of Enterprise accounts.
EnableMetadataAPIEnabling the Metadata API gives you read-only access to a list of your bases, tables and fields, and changes the behavior of the driver for all operations and queries.
BaseIdId of the base. This property is not required when the Metadata API is enabled, but specifying it restricts the metadata that will be retrieved.
BaseNameThe schema to use - which corresponds to the name of the Base in Airtable. This property is only used when the Metadata API is enabled.
TableNamesComma separated table names of the specified base.
ViewNamesComma separated view names of the tables. Ie. ViewNames=TableA.ViewA,TableA.ViewB,..,TableX.ViewY;

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479