共用方式為


IndexingResult.Status Property

Definition

The status code of the indexing operation. Possible values include: 200 for a successful update or delete, 201 for successful document creation, 400 for a malformed input document, 404 for document not found, 409 for a version conflict, 422 when the index is temporarily unavailable, or 503 for when the service is too busy.

public int Status { get; }
member this.Status : int
Public ReadOnly Property Status As Integer

Property Value

Applies to