Collection_String_AuditStorageDetails ComplexType
Dictionary with table logical name and Audit Storage Details
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| Count | Edm.Int32 |
Number of audited tables. |
| Keys | Collection( Edm.String ) |
Keys for the AuditStorageDetails dictionary which are strings that are either the logical name of the audited table or `deletedentity_OTC` where OTC is the object type code of the audited table. |
| Values | Collection(AuditStorageDetails) |
Values for the AuditStorageDetails dictionary, holds an AuditStorageDetails type object representing the storage details for the audited table. |
Used by
The following use the Collection_String_AuditStorageDetails ComplexType.
| Name | How used |
|---|---|
| AuditStorageDetailsResult | AuditStorageDetails Property |