Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions lib/services/datalake.Store/lib/filesystem/operations/fileSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,18 +980,18 @@ function _msConcat(accountName, path, streamContents, options, callback) {
* @param {number} [options.listSize] Gets or sets the number of items to
* return. Optional.
*
* @param {string} [options.listAfter] Gets or sets the item or lexographical
* @param {string} [options.listAfter] Gets or sets the item or lexicographical
* index after which to begin returning results. For example, a file list of
* 'a','b','d' and listAfter='b' will return 'd', and a listAfter='c' will also
* return 'd'. Optional.
*
* @param {string} [options.listBefore] Gets or sets the item or lexographical
* index before which to begin returning results. For example, a file list of
* 'a','b','d' and listBefore='d' will return 'a','b', and a listBefore='c'
* will also return 'a','b'. Optional.
* @param {string} [options.listBefore] Gets or sets the item or
* lexicographical index before which to begin returning results. For example,
* a file list of 'a','b','d' and listBefore='d' will return 'a','b', and a
* listBefore='c' will also return 'a','b'. Optional.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1323,7 +1323,7 @@ function _getContentSummary(accountName, path, options, callback) {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -2729,7 +2729,7 @@ function _removeAcl(accountName, path, options, callback) {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of object ID for ACL entries. tooid=false returns friendly names
* in place of object ID for ACL entries. tooId=false returns friendly names
* instead of the AAD Object ID. Default value is true, returning AAD object
* IDs.
*
Expand Down Expand Up @@ -4199,18 +4199,18 @@ class FileSystem {
* @param {number} [options.listSize] Gets or sets the number of items to
* return. Optional.
*
* @param {string} [options.listAfter] Gets or sets the item or lexographical
* @param {string} [options.listAfter] Gets or sets the item or lexicographical
* index after which to begin returning results. For example, a file list of
* 'a','b','d' and listAfter='b' will return 'd', and a listAfter='c' will also
* return 'd'. Optional.
*
* @param {string} [options.listBefore] Gets or sets the item or lexographical
* index before which to begin returning results. For example, a file list of
* 'a','b','d' and listBefore='d' will return 'a','b', and a listBefore='c'
* will also return 'a','b'. Optional.
* @param {string} [options.listBefore] Gets or sets the item or
* lexicographical index before which to begin returning results. For example,
* a file list of 'a','b','d' and listBefore='d' will return 'a','b', and a
* listBefore='c' will also return 'a','b'. Optional.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -4251,18 +4251,18 @@ class FileSystem {
* @param {number} [options.listSize] Gets or sets the number of items to
* return. Optional.
*
* @param {string} [options.listAfter] Gets or sets the item or lexographical
* @param {string} [options.listAfter] Gets or sets the item or lexicographical
* index after which to begin returning results. For example, a file list of
* 'a','b','d' and listAfter='b' will return 'd', and a listAfter='c' will also
* return 'd'. Optional.
*
* @param {string} [options.listBefore] Gets or sets the item or lexographical
* index before which to begin returning results. For example, a file list of
* 'a','b','d' and listBefore='d' will return 'a','b', and a listBefore='c'
* will also return 'a','b'. Optional.
* @param {string} [options.listBefore] Gets or sets the item or
* lexicographical index before which to begin returning results. For example,
* a file list of 'a','b','d' and listBefore='d' will return 'a','b', and a
* listBefore='c' will also return 'a','b'. Optional.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -4412,7 +4412,7 @@ class FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -4450,7 +4450,7 @@ class FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -5376,7 +5376,7 @@ class FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of object ID for ACL entries. tooid=false returns friendly names
* in place of object ID for ACL entries. tooId=false returns friendly names
* instead of the AAD Object ID. Default value is true, returning AAD object
* IDs.
*
Expand Down Expand Up @@ -5415,7 +5415,7 @@ class FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of object ID for ACL entries. tooid=false returns friendly names
* in place of object ID for ACL entries. tooId=false returns friendly names
* instead of the AAD Object ID. Default value is true, returning AAD object
* IDs.
*
Expand Down
32 changes: 16 additions & 16 deletions lib/services/datalake.Store/lib/filesystem/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,18 +538,18 @@ export interface FileSystem {
* @param {number} [options.listSize] Gets or sets the number of items to
* return. Optional.
*
* @param {string} [options.listAfter] Gets or sets the item or lexographical
* @param {string} [options.listAfter] Gets or sets the item or lexicographical
* index after which to begin returning results. For example, a file list of
* 'a','b','d' and listAfter='b' will return 'd', and a listAfter='c' will also
* return 'd'. Optional.
*
* @param {string} [options.listBefore] Gets or sets the item or lexographical
* index before which to begin returning results. For example, a file list of
* 'a','b','d' and listBefore='d' will return 'a','b', and a listBefore='c'
* will also return 'a','b'. Optional.
* @param {string} [options.listBefore] Gets or sets the item or
* lexicographical index before which to begin returning results. For example,
* a file list of 'a','b','d' and listBefore='d' will return 'a','b', and a
* listBefore='c' will also return 'a','b'. Optional.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -578,18 +578,18 @@ export interface FileSystem {
* @param {number} [options.listSize] Gets or sets the number of items to
* return. Optional.
*
* @param {string} [options.listAfter] Gets or sets the item or lexographical
* @param {string} [options.listAfter] Gets or sets the item or lexicographical
* index after which to begin returning results. For example, a file list of
* 'a','b','d' and listAfter='b' will return 'd', and a listAfter='c' will also
* return 'd'. Optional.
*
* @param {string} [options.listBefore] Gets or sets the item or lexographical
* index before which to begin returning results. For example, a file list of
* 'a','b','d' and listBefore='d' will return 'a','b', and a listBefore='c'
* will also return 'a','b'. Optional.
* @param {string} [options.listBefore] Gets or sets the item or
* lexicographical index before which to begin returning results. For example,
* a file list of 'a','b','d' and listBefore='d' will return 'a','b', and a
* listBefore='c' will also return 'a','b'. Optional.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -697,7 +697,7 @@ export interface FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand All @@ -723,7 +723,7 @@ export interface FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of owner and group. tooid=false returns friendly names instead of
* in place of owner and group. tooId=false returns friendly names instead of
* the AAD Object ID. Default value is true, returning AAD object IDs.
*
* @param {object} [options.customHeaders] Headers that will be added to the
Expand Down Expand Up @@ -1418,7 +1418,7 @@ export interface FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of object ID for ACL entries. tooid=false returns friendly names
* in place of object ID for ACL entries. tooId=false returns friendly names
* instead of the AAD Object ID. Default value is true, returning AAD object
* IDs.
*
Expand All @@ -1445,7 +1445,7 @@ export interface FileSystem {
* @param {object} [options] Optional Parameters.
*
* @param {boolean} [options.tooId] An optional switch to return friendly names
* in place of object ID for ACL entries. tooid=false returns friendly names
* in place of object ID for ACL entries. tooId=false returns friendly names
* instead of the AAD Object ID. Default value is true, returning AAD object
* IDs.
*
Expand Down