AuditPartitionDetail Class

 

Applies To: Dynamics CRM 2015

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

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 ref class AuditPartitionDetail sealed : IExtensibleDataObject
[<Sealed>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")>]
type AuditPartitionDetail = 
    class
        interface IExtensibleDataObject
    end
<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

© 2016 Microsoft. All rights reserved. Copyright