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 | |
---|---|---|
AuditPartitionDetail() | Initializes a new instance of the AuditPartitionDetail class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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