elasticfileattachment EntityType

Elastic File Attachment

Entity Set Path
[organization URI]/api/data/v9.2/elasticfileattachments
Base Type
crmbaseentity
Display Name
ElasticFileAttachment
Primary Key
elasticfileattachmentid
Primary Key Attribute
filename
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
createdon Edm.DateTimeOffset

Date and time when the attachment was created.

Display Name: Created On

Read Only
elasticfileattachmentid Edm.Guid

Unique identifier of the elastic file attachment.

Display Name: ElasticFileAttachmentId

filename Edm.String

File name of the attachment.

Display Name: File Name

filesizeinbytes Edm.Int64

File size of the attachment in bytes.

Display Name: File Size (Bytes)

Read Only
importsequencenumber Edm.Int32

Sequence number of the import that created this record.

Display Name: Import Sequence Number

mimetype Edm.String

MIME type of the attachment.

Display Name: MIME Type

objecttypecode Edm.String

Type of entity with which the elastic file attachment is associated.

Display Name: Object Type

overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

partitionid Edm.String

Logical partition id. A logical partition consists of a set of records with same partition id.

Display Name: Partition Id

regardingfieldname Edm.String

Regarding attribute schema name of the attachment.

Display Name: Regarding Attribute Schema Name

ttlinseconds Edm.Int32

Time to live in seconds.

Display Name: Time to live

versionnumber Edm.Int64

Version number of the file attachment.

Display Name: Version Number

Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_objectid_value objectid

Unique identifier of the object with which the attachment is associated.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
objectid componentversionnrddatasource componentversionnrddatasource_ElasticFileAttachments

Operations

The following operations can be used with the elasticfileattachment entity type.

Name Binding
CreateMultiple Not Bound
UpdateMultiple Not Bound
UpsertMultiple Not Bound

See also