msdyn_nonrelationalds table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Added by: NonRelational DataProvider Solution

Messages

Message Web API Operation SDK Assembly
Create POST [org URI]/api/data/v9.0/msdyn_nonrelationaldses
See Create
CreateRequest or
Create
Delete DELETE [org URI]/api/data/v9.0/msdyn_nonrelationaldses(msdyn_nonrelationaldsid)
See Delete
DeleteRequest or
Delete
Retrieve GET [org URI]/api/data/v9.0/msdyn_nonrelationaldses(msdyn_nonrelationaldsid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET [org URI]/api/data/v9.0/msdyn_nonrelationaldses
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/msdyn_nonrelationaldses(msdyn_nonrelationaldsid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName msdyn_nonrelationaldses
DisplayCollectionName NonRelational Data Source
DisplayName NonRelational Data Source
EntitySetName msdyn_nonrelationaldses
IsBPFEntity False
LogicalCollectionName msdyn_nonrelationaldses
LogicalName msdyn_nonrelationalds
OwnershipType OrganizationOwned
PrimaryIdAttribute msdyn_nonrelationaldsid
PrimaryNameAttribute msdyn_name
SchemaName msdyn_nonrelationalds

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

msdyn_name

Property Value
Description The name of the custom entity.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_name
MaxLength 100
RequiredLevel ApplicationRequired
Type String

msdyn_nonrelationaldsId

Property Value
Description Unique identifier for entity instances
DisplayName NonRelational Data Source
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName msdyn_nonrelationaldsid
RequiredLevel SystemRequired
Type Uniqueidentifier

See also

About the table reference
Web API Reference
msdyn_nonrelationalds EntityType