-
Notifications
You must be signed in to change notification settings - Fork 34
IdFields
ngocnicholas edited this page Mar 21, 2024
·
6 revisions
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class IdFields
The IdFields type is a derived class of Fields. It exposes the following members.
IdFields(string id)
Name | Description |
---|---|
Id | Gets and sets the ID of the record. When performUpsert is enabled, the id property of records becomes optional. Records that do not include id will use the fields chosen by fieldsToMergeOn as an external ID to match with existing records |
FieldsCollection | Gets and sets a collection of <field-name, field-value> pairs |
Name | Description |
---|---|
AddField | Add a <name, value> pair represent a field name and its value to the collection of fields. |
- AirtableBase
- AirtableRecordList
-
AirtableRecordList
<T>
1. AirtableRecord<T>
- AirtableApiException
-
AirtableApiResponse
- AirtableListRecordsResponse
- AirtableListRecordsResponse
<T>
- AirtableRetrieveRecordResponse
- AirtableRetrieveRecordResponse
<T>
- AirtableCreateUpdateReplaceRecordResponse
- AirtableCreateUpdateReplaceMultipleRecordsResponse
- AirtableDeleteRecordResponse
- AirtableCreateUpdateCommentResponse
- AirtableListCommentsResponse
- AirtableDeleteCommentResponse
- AirtableListWebhooksResponse
- AirtableListPayloadsResponse
- AirtableCreateWebhookResponse
- AirtableDeleteWebhookResponse
- AirtabeEnableWebhookNotificationsResponse
- AirtabeRefreshWebhookResponse
- CommentList
- IdFields
- PerformUpsert
- UserIdAndScopes
- Webhooks
- PayloadList
- WebhooksNotification
[Airtable]: http://www.airtable.com