Class GoogleCloudDataplexV1MetadataFeedFilters
Filters defines the type of changes that you want to listen to. You can have multiple entry type filters and multiple aspect type filters. All of the entry type filters are OR'ed together. All of the aspect type filters are OR'ed together. All of the entry type filters and aspect type filters are AND'ed together.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1MetadataFeedFilters : IDirectResponseSchema
Properties
AspectTypes
Optional. The aspect types that you want to listen to. Depending on how the aspect is attached to the entry, in the format: projects/{project_id_or_number}/locations/{location}/aspectTypes/{aspect_type_id}.
Declaration
[JsonProperty("aspectTypes")]
public virtual IList<string> AspectTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ChangeTypes
Optional. The type of change that you want to listen to. If not specified, all changes are published.
Declaration
[JsonProperty("changeTypes")]
public virtual IList<string> ChangeTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntryTypes
Optional. The entry types that you want to listen to, specified as relative resource names in the format projects/{project_id_or_number}/locations/{location}/entryTypes/{entry_type_id}. Only entries that belong to the specified entry types are published.
Declaration
[JsonProperty("entryTypes")]
public virtual IList<string> EntryTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |