AuditPartitionDetail Class

 

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.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Crm.Sdk.Messages.AuditPartitionDetail

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AuditPartitionDetail : IExtensibleDataObject
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
Public NotInheritable Class AuditPartitionDetail
    Implements IExtensibleDataObject

Constructors

Name Description
System_CAPS_pubmethod AuditPartitionDetail()

Initializes a new instance of the AuditPartitionDetail class.

Properties

Name Description
System_CAPS_pubproperty EndDate

Gets or sets the end date and time for the last audit record in the partition.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubproperty PartitionNumber

Gets or sets the sequence (serial) number of the partition.

System_CAPS_pubproperty Size

Gets or sets the size, in bytes, of the partition.

System_CAPS_pubproperty StartDate

Gets or sets the creation date and time of the first audit record in the partition.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

RetrieveAuditPartitionListRequest
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright