IAuditRecordsCollection Interface

Definition

Represents the operations that can be done on partners audit collection.

public interface IAuditRecordsCollection : Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IAuditRecordsCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
Public Interface IAuditRecordsCollection
Implements IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Query(DateTime, Nullable<DateTime>, IQuery)

Queries audit records associated to the partner. The following queries are supported:

  • Specify the number of audit record to return.
  • Filter the result with a customer name.
QueryAsync(DateTime, Nullable<DateTime>, IQuery)

Asynchronously queries audit records associated to the partner. The following queries are supported:

  • Specify the number of audit record to return.
  • Filter the result with a customer name.

Applies to