Show / Hide Table of Contents

Enum ProjectsResource.JobsResource.AggregatedRequest.FilterEnum

The kind of filter to use.

Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public enum ProjectsResource.JobsResource.AggregatedRequest.FilterEnum

Fields

Name Description
ACTIVE

Filters the jobs that are running ordered on the creation timestamp.

ALL

Returns all running jobs first ordered on creation timestamp, then returns all terminated jobs ordered on the termination timestamp.

TERMINATED

Filters the jobs that have a terminated state, ordered on the termination timestamp. Example terminated states: JOB_STATE_STOPPED, JOB_STATE_UPDATED, JOB_STATE_DRAINED, etc.

UNKNOWN

The filter isn't specified, or is unknown. This returns all jobs ordered on descending JobUuid.

In this article
Back to top Generated by DocFX