You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/useCases.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ The different use cases currently available in the package are classified below,
52
52
-[Get the size of Downloading all the files of a Dataset Version](#get-the-size-of-downloading-all-the-files-of-a-dataset-version)
53
53
-[Get User Permissions on a File](#get-user-permissions-on-a-file)
54
54
-[List Files in a Dataset](#list-files-in-a-dataset)
55
+
-[Is File Deleted](#is-file-deleted)
56
+
-[Get File Version Summaries](#get-file-version-summaries)
55
57
-[Files write use cases](#files-write-use-cases)
56
58
-[File Uploading Use Cases](#file-uploading-use-cases)
57
59
-[Delete a File](#delete-a-file)
@@ -1571,9 +1573,33 @@ If restrict is false then enableAccessRequest and termsOfAccess are ignored
1571
1573
If restrict is true and enableAccessRequest is false then termsOfAccess is required.
1572
1574
The enableAccessRequest and termsOfAccess are applied to the Draft version of the Dataset and affect all of the restricted files in said Draft version.
1573
1575
1576
+
#### Is File Deleted
1577
+
1578
+
Check if the file has been deleted, return a boolean.
The `fileId` parameter can be a string, for persistent identifiers, or a number, for numeric identifiers.
1599
+
1574
1600
#### Get File Version Summaries
1575
1601
1576
-
Returns an array of [FileVersionSummaryInfo](../src/files/domain/models/FileVersionSummaryInfo.ts) that contains information about what changed in every specific version.
1602
+
Get the file versions summaries, return a list of summaries for each version
0 commit comments