GetDocumentStatusesOptions Class
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.
A class which defines filtering and ordering options for listing all document statuses for a certain translation operation.
public class GetDocumentStatusesOptions
type GetDocumentStatusesOptions = class
Public Class GetDocumentStatusesOptions
- Inheritance
-
GetDocumentStatusesOptions
Constructors
GetDocumentStatusesOptions() |
Initializes and instance of GetDocumentStatusesOptions. |
Properties
CreatedAfter |
Filter results by CreatedOn. Get documents created after a certain date in UTC format. |
CreatedBefore |
Filter results by CreatedOn. Get documents created before a certain date in UTC format. |
Ids |
Filter results by Id. |
OrderBy |
Defines sorting options for the result. See DocumentFilterOrder for more information on which sorting options to use. |
Statuses |
Filter results by Status. See DocumentTranslationStatus to know which statuses to use. |
Applies to
Azure SDK for .NET