DeletedMetadataCollection ComplexType

Contains deleted metadata.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
Count Edm.Int32

Number of deleted metadata values to retrieve.

IsReadOnly Edm.Boolean

Whether the retrieved metadata is read-only.

Keys Collection(DeletedMetadataFilters)

Collection containing the keys in DataCollection.

Values Collection(GuidCollection)

Collection containing the values in DataCollection.

Used by

The following use the DeletedMetadataCollection ComplexType.

Name How used
RetrieveMetadataChangesResponse DeletedMetadata Property

See also