remove comment about maxResults
I am seeing it limit the results when using ListBlobs
This commit is contained in:
Родитель
0557d02cd2
Коммит
e937bb657b
|
@ -3020,7 +3020,7 @@ declare module azurestorage {
|
|||
*/
|
||||
delimiter?: string;
|
||||
/**
|
||||
* {int} Specifies the maximum number of blobs to return per call to Azure ServiceClient. This does NOT affect list size returned by this function. (maximum: 5000)
|
||||
* {int} Specifies the maximum number of blobs to return per call to Azure ServiceClient. (maximum: 5000)
|
||||
*/
|
||||
maxResults?: number;
|
||||
|
||||
|
@ -9747,4 +9747,4 @@ declare module azurestorage {
|
|||
export import RetryPolicyFilter = common.filters.retrypolicyfilter.RetryPolicyFilter;
|
||||
}
|
||||
|
||||
export = azurestorage;
|
||||
export = azurestorage;
|
||||
|
|
Загрузка…
Ссылка в новой задаче