AuditPartitionDetail Class

Definition

Identifies a Microsoft SQL Server partition that is used to store changes to entity data records.

public ref class AuditPartitionDetail sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AuditPartitionDetail : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type AuditPartitionDetail = class
    interface IExtensibleDataObject
Public NotInheritable Class AuditPartitionDetail
Implements IExtensibleDataObject
Inheritance
AuditPartitionDetail
Attributes
Implements

Remarks

For the Web API the corresponding type is AuditPartitionDetail complex type.

You can use this class only on Microsoft SQL Servers that support partitioning, such as the Enterprise edition.

Constructors

AuditPartitionDetail()

Initializes a new instance of the AuditPartitionDetail class.

Properties

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.

Applies to

See also