remove comment about maxResults

I am seeing it limit the results when using ListBlobs
This commit is contained in:
Dan Butvinik 2018-10-24 13:18:18 -07:00 коммит произвёл Vincent Jiang (LEI)
Родитель 0557d02cd2
Коммит e937bb657b
1 изменённых файлов: 2 добавлений и 2 удалений

4
typings/azure-storage/azure-storage.d.ts поставляемый
Просмотреть файл

@ -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;