Class EventFilter
Filters events based on exact matches on the CloudEvents attributes.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2beta.Data
Assembly: Google.Apis.CloudFunctions.v2beta.dll
Syntax
public class EventFilter : IDirectResponseSchema
Properties
Attribute
Required. The name of a CloudEvents attribute.
Declaration
[JsonProperty("attribute")]
public virtual string Attribute { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operator__
Optional. The operator used for matching the events with the value of the filter. If not specified, only
events that have an exact key-value pair specified in the filter are matched. The only allowed value is
match-path-pattern
.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Required. The value for the attribute.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |