DeleteAuditDataResponse.PartitionsDeleted Property

Definition

Gets the number of deleted audit partitions or the number of deleted Audit records.

public:
 property int PartitionsDeleted { int get(); };
public int PartitionsDeleted { get; }
member this.PartitionsDeleted : int
Public ReadOnly Property PartitionsDeleted As Integer

Property Value

The number of deleted audit partitions or records.

Remarks

The returned value depends on whether the version of Microsoft SQL Server that is used by the Microsoft Dynamics 365 server supports database partitions. If it does, the number of deleted partitions is returned. Otherwise, the number of deleted Audit records is returned.

Applies to