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
DeleteMultiple Not Bound
UpdateMultiple Not Bound
UpsertMultiple Not Bound

See also