AuditPartitionDetail ComplexType
Identifies a Microsoft SQL Server partition that is used to store changes to entity data records.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
EndDate | Edm.DateTimeOffset |
The end date and time for the last audit record in the partition. |
PartitionNumber | Edm.Int32 |
The sequence (serial) number of the partition. |
Size | Edm.Int64 |
The size, in bytes, of the partition. |
StartDate | Edm.DateTimeOffset |
The creation date and time of the first audit record in the partition. |
Used by
The following use the AuditPartitionDetail ComplexType.
Name | How used |
---|---|
RetrieveAuditPartitionListResponse | AuditPartitionDetailCollection Property |