Table "Document Sharing"
Table containing the required state for document sharing.
Properties
| Name | Value |
|---|---|
| Access | Public |
| TableType | Temporary |
| Extensible | False |
| InherentEntitlements | X |
| InherentPermissions | X |
Fields
| Name | Type | Description |
|---|---|---|
| Id | Integer | Specifies the unique id of this record. |
| Data | Blob | Specifies the blob data to be shared (e.g. a report pdf). |
| Name | Text[2048] | Specifies the filename of the document (with file extension). This will be used for uploading and also displayed in the share experience. |
| Extension | Text[2048] | Specifies the filename extension (e.g. '.pdf'). This is required to display the share experience. |
| Token | Blob | Specifies the Document Service token. This is required to display the share experience. |
| DocumentRootUri | Text[2048] | Specifies the root location of the document. This is typically the store used by the Document Service. |
| DocumentUri | Text[2048] | Specifies the location of where the document has been uploaded. Navigating here will allow the user to download the file. |
| DocumentPreviewUri | Text[2048] | Specifies the preview location. Navigating here will allow the user to preview the document in a browser. |
| "Document Sharing Intent" | Enum System.Integration."Document Sharing Intent" | Specifies the sharing intent of the document. |
| Source | Enum System.Integration."Document Sharing Source" | Specifies the sharing source of the document. |
| "Item Id" | Text[2048] | Specifies the Id of the data in the Document Service |
| "Conflict Behavior" | Enum System.Integration."Doc. Sharing Conflict Behavior" | Specifies the behavior when there is a conflict with an existing document. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |