2.2.4.41 MetadataContainer
The MetadataContainer type describes the container for media content.<4> According to different grouping methods used for browsing, the meaning of the container will be different. For example, if it is grouped by Music Album, then the media item in each container will be the music from the same album. If it is grouped by the folder, then it can be a regular file, and the media item in each container will be the media in the same folder.
Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi
-
<xs:complexType name="MetadataContainer"> <xs:complexContent mixed="false"> <xs:extension base="tns1:MetadataBase"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="AllCount" type="xs:int"/> <xs:element minOccurs="0" maxOccurs="1" name="AllDuration" type="xs:long"/> <xs:element minOccurs="0" maxOccurs="1" name="AllSize" type="xs:long"/> <xs:element minOccurs="0" maxOccurs="1" name="CalculationDone" type="xs:boolean"/> <xs:element minOccurs="0" maxOccurs="1" name="ContainerType" nillable="true" type="tns1:ContainerType"/> <xs:element minOccurs="0" maxOccurs="1" name="Count" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="FullPath" nillable="true" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AllCount: The count of subcontainers and subitems (recursive).
AllDuration: Total duration of subcontainers and subitems (recursive).
AllSize: Total size of subcontainers and subtems (recursive).
CalculationDone: A flag indicating whether the detail information is available.
ContainerType: The type of container.
Count: The count of subcontainers and sub-items (nonrecursive).
FullPath: The full path for the container when grouping by folder.