Partager via


Référence d’entité/de table ElasticFileAttachment

Notes

Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.

Elastic File Attachment

Ajouté par : solution NonRelational Data Provider Custom Actions

Messages

Message Opération de l'API web Classe ou méthode SDK
Create POST [org URI]/api/data/v9.0/elasticfileattachments
Voir Créer
CreateRequest ou
Create
CreateMultiple CreateMultiple Action CreateMultipleRequest
Delete DELETE [org URI]/api/data/v9.0/elasticfileattachments(elasticfileattachmentid)
Voir Supprimer
DeleteRequest ou
Delete
Retrieve GET [org URI]/api/data/v9.0/elasticfileattachments(elasticfileattachmentid)
Voir Récupérer
RetrieveRequest ou
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET [org URI]/api/data/v9.0/elasticfileattachments
Voir Rechercher des données
RetrieveMultipleRequest ou
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/elasticfileattachments(elasticfileattachmentid)
Voir Mettre à jour
UpdateRequest ou
Update
UpdateMultiple UpdateMultiple Action UpdateMultipleRequest
Upsert UpsertRequest
UpsertMultiple UpsertMultiple Action UpsertMultipleRequest

Propriétés

Propriété Valeur
CollectionSchemaName ElasticFileAttachments
DisplayCollectionName ElasticFileAttachments
DisplayName ElasticFileAttachment
EntitySetName elasticfileattachments
IsBPFEntity False
LogicalCollectionName elasticfileattachments
LogicalName elasticfileattachment
OwnershipType None
PrimaryIdAttribute elasticfileattachmentid
PrimaryNameAttribute filename
SchemaName ElasticFileAttachment

Colonnes/Attributs inscriptibles

Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par SchemaName.

ElasticFileAttachmentId

Propriété Valeur
Description Unique identifier of the elastic file attachment.
DisplayName ElasticFileAttachmentId
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName elasticfileattachmentid
RequiredLevel SystemRequired
Type Uniqueidentifier

FileName

Propriété Valeur
Description File name of the attachment.
DisplayName File Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName filename
MaxLength 255
RequiredLevel None
Type String

ImportSequenceNumber

Propriété Valeur
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName importsequencenumber
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

MimeType

Propriété Valeur
Description MIME type of the attachment.
DisplayName MIME Type
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mimetype
MaxLength 256
RequiredLevel None
Type String

ObjectId

Propriété Valeur
Description Unique identifier of the object with which the attachment is associated.
DisplayName Regarding
IsValidForForm False
IsValidForRead True
LogicalName objectid
RequiredLevel None
Targets componentversionnrddatasource
Type Lookup

ObjectIdTypeCode

Ajouté par : solution Active Solution

Propriété Valeur
Description Type of entity with which the elastic file attachment is associated.
DisplayName Object Id Type Code
IsValidForForm False
IsValidForRead True
LogicalName objectidtypecode
RequiredLevel None
Type EntityName

ObjectTypeCode

Propriété Valeur
Description Type of entity with which the elastic file attachment is associated.
DisplayName Object Type
IsValidForForm False
IsValidForRead True
LogicalName objecttypecode
RequiredLevel None
Type EntityName

OverriddenCreatedOn

Propriété Valeur
DateTimeBehavior UserLocal
Description Date and time that the record was migrated.
DisplayName Record Created On
Format DateOnly
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime

PartitionId

Propriété Valeur
Description Logical partition id. A logical partition consists of a set of records with same partition id.
DisplayName Partition Id
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName partitionid
MaxLength 100
RequiredLevel None
Type String

RegardingFieldName

Propriété Valeur
Description Regarding attribute schema name of the attachment.
DisplayName Regarding Attribute Schema Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName regardingfieldname
MaxLength 255
RequiredLevel None
Type String

TTLInSeconds

Propriété Valeur
Description Time to live in seconds.
DisplayName Time to live
Format None
IsValidForForm True
IsValidForRead True
LogicalName ttlinseconds
MaxValue 2147483647
MinValue 1
RequiredLevel None
Type Integer

Colonnes/Attributs en lecture seule

Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.

CreatedOn

Propriété Valeur
DateTimeBehavior UserLocal
Description Date and time when the attachment was created.
DisplayName Created On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

FilePointer

Propriété Valeur
Description File pointer of the attachment.
DisplayName File Pointer
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead False
LogicalName filepointer
MaxLength 255
RequiredLevel None
Type String

FileSizeInBytes

Propriété Valeur
Description File size of the attachment in bytes.
DisplayName File Size (Bytes)
IsValidForForm False
IsValidForRead True
LogicalName filesizeinbytes
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Prefix

Propriété Valeur
Description Prefix of the file pointer in blob storage.
DisplayName Prefix
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead False
LogicalName prefix
MaxLength 10
RequiredLevel None
Type String

StoragePointer

Propriété Valeur
Description Storage pointer.
DisplayName Storage Pointer
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead False
LogicalName storagepointer
MaxLength 10
RequiredLevel None
Type String

VersionNumber

Ajouté par : solution Active Solution

Propriété Valeur
Description Version number of the file attachment.
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Relations un-à-plusieurs

Répertorié par SchemaName.

Relations plusieurs-à-un

Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.

componentversionnrddatasource_ElasticFileAttachments

Ajouté par : solution Component Versioning

Voir la relation un à plusieurs componentversionnrddatasource_ElasticFileAttachments pour la table/entité componentversionnrddatasource.

Voir aussi

Référence d’entité/de table Dataverse Référence d’API web elasticfileattachment EntityType