Analytics Hub v1 API - Enum Subscription.Types.State (1.4.0)

public enum Subscription.Types.State

Reference documentation and code samples for the Analytics Hub v1 API enum Subscription.Types.State.

State of the subscription.

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Fields

NameDescription
Active

This subscription is active and the data is accessible.

Inactive

This subscription has been cancelled or revoked and the data is no longer accessible.

Stale

The data referenced by this subscription is out of date and should be refreshed. This can happen when a data provider adds or removes datasets.

Unspecified

Default value. This value is unused.