Class EventFilter
Represents a filter for included data on a stream object.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class EventFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SqlWhereClause
An SQL-query Where clause selecting which data should be included, not including the "WHERE" keyword. E.g., "t.key1 = 'value1' AND t.key2 = 'value2'".
Declaration
[JsonProperty("sqlWhereClause")]
public virtual string SqlWhereClause { get; set; }
Property Value
| Type | Description |
|---|---|
| string |