AuditPartitionDetail Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Identifies a Microsoft SQL Server partition that is used to store changes to entity data records.
For the Web API the corresponding type is AuditPartitionDetail ComplexType.
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
| Name | Description | |
|---|---|---|
![]() | AuditPartitionDetail() | Initializes a new instance of the AuditPartitionDetail class. |
| Name | Description | |
|---|---|---|
![]() | EndDate | Gets or sets the end date and time for the last audit record in the partition. |
![]() | ExtensionData | Gets or sets the structure that contains extra data. |
![]() | PartitionNumber | Gets or sets the sequence (serial) number of the partition. |
![]() | Size | Gets or sets the size, in bytes, of the partition. |
![]() | StartDate | Gets or sets the creation date and time of the first audit record in the partition. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
You can use this class only on Microsoft SQL Servers that support partitioning, such as the Enterprise edition.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

