DeleteAuditDataResponse.PartitionsDeleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.