12 fields · Last revised 8/15/2024
8/15/2024| Field | Definition | Type | Usage |
|---|
| Field | Definition | Type | Usage |
|---|---|---|---|
| Definition Definition | The human-friendly definition of the given model. | String | — |
| Deletable Yes/No DeletableYN | Boolean value representing whether this resource supports delete operations. Not all providers will support delete operations, and in some cases they... more | Boolean | — |
| Has Stream Yes/No HasStreamYN | A flag to denote if this model has a byte stream attached to it. It is the is the equivalent of the OData EDMX 'hasStream' attribute | Boolean | — |
| Insertable Yes/No InsertableYN | Boolean value representing whether this resource supports insert operations. | Boolean | — |
| Model Key ModelKey | The primary key of the corresponding model. | String | — |
| Model Name ModelName | The name of the model. | String | — |
| Model Type ModelType | The type of model. Options are Resource or Shape. A resource means the same as it always has in the Data Dictionary. A Shape is a custom data type... more | String List, Single | — |
| Modification Timestamp ModificationTimestamp | The ISO 8601 timestamp when the record was last updated. | Timestamp | — |
| Modification Timestamp Field Key ModificationTimestampFieldKey | The FieldKey value from the Field Resource identifying the ModificationTimestamp field. | String | — |
| Primary Key Field Key PrimaryKeyFieldKey | The FieldKey value from the Field Resource identifying the primary key. | String | — |
| Readable Yes/No ReadableYN | Boolean value representing whether the resource is readable by the current client. | Boolean | — |
| Updatable Yes/No UpdatableYN | Boolean value representing whether this resource supports update operations. | Boolean | — |