DocumentsContract.MetadataTreeSize Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get total size of all documents currently stored under the given directory tree.
[Android.Runtime.Register("METADATA_TREE_SIZE", ApiSince=29)]
public const string MetadataTreeSize;
[<Android.Runtime.Register("METADATA_TREE_SIZE", ApiSince=29)>]
val mutable MetadataTreeSize : string
Field Value
- Attributes
Remarks
Get total size of all documents currently stored under the given directory tree. Only valid for Document#MIME_TYPE_DIR
documents.
Java documentation for android.provider.DocumentsContract.METADATA_TREE_SIZE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.