Fixed missing encoding info in fileservice.py
This commit is contained in:
Родитель
a66051acea
Коммит
3ee018edd8
|
@ -5,7 +5,7 @@
|
|||
## Version XX.XX.XX:
|
||||
- Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features.
|
||||
- Added an option to get share stats in bytes.
|
||||
- Added support for List/Close File Handles APIs.
|
||||
- Added support for listing and closing file handles.
|
||||
|
||||
## Version 1.4.0:
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# coding: utf-8
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License. See License.txt in the project root for
|
||||
|
@ -1366,7 +1368,7 @@ class FileService(StorageClient):
|
|||
Returns a generator to close opened handles on a directory or a file under the specified share.
|
||||
The generator will lazily follow the continuation tokens returned by
|
||||
the service and stop when all handles have been closed.
|
||||
The yielded values represent the number of handles that were closed.
|
||||
The yielded values represent the number of handles that were closed in each transaction.
|
||||
|
||||
|
||||
:param str share_name:
|
||||
|
|
Загрузка…
Ссылка в новой задаче