File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ const listOptions = {
47
47
includeCopy: false , // include metadata from previous copies
48
48
includeDeleted: false , // include deleted blobs
49
49
includeDeletedWithVersions: false , // include deleted blobs with versions
50
- includeLegalHost : false , // include legal host id
50
+ includeLegalHold : false , // include legal hold
51
51
includeMetadata: true , // include custom metadata
52
52
includeSnapshots: true , // include snapshots
53
53
includeTags: true , // include indexable tags
54
- includeUncommittedBlobs : false , // include uncommitted blobs
54
+ includeUncommitedBlobs : false , // include uncommitted blobs
55
55
includeVersions: false , // include all blob version
56
56
prefix: ' ' // filter by blob name prefix
57
57
};
@@ -229,4 +229,4 @@ The Azure SDK for JavaScript contains libraries that build on top of the Azure R
229
229
### See also
230
230
231
231
- [ Enumerating Blob Resources] ( /rest/api/storageservices/enumerating-blob-resources )
232
- - [ Blob versioning] ( versioning-overview.md )
232
+ - [ Blob versioning] ( versioning-overview.md )
You can’t perform that action at this time.
0 commit comments