/AWS1/CL_KNVSTREAMNAMECOND¶
Specifies the condition that streams must satisfy to be returned when you list
streams (see the ListStreams API). A condition has a comparison operation
and a value. Currently, you can specify only the BEGINS_WITH operator,
which finds streams whose names start with a given prefix.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_comparisonoperator TYPE /AWS1/KNVCOMPARISONOPERATOR /AWS1/KNVCOMPARISONOPERATOR¶
A comparison operator. Currently, you can specify only the
BEGINS_WITHoperator, which finds streams whose names start with a given prefix.
iv_comparisonvalue TYPE /AWS1/KNVSTREAMNAME /AWS1/KNVSTREAMNAME¶
A value to compare.
Queryable Attributes¶
ComparisonOperator¶
A comparison operator. Currently, you can specify only the
BEGINS_WITHoperator, which finds streams whose names start with a given prefix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPARISONOPERATOR() |
Getter for COMPARISONOPERATOR, with configurable default |
ASK_COMPARISONOPERATOR() |
Getter for COMPARISONOPERATOR w/ exceptions if field has no |
HAS_COMPARISONOPERATOR() |
Determine if COMPARISONOPERATOR has a value |
ComparisonValue¶
A value to compare.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPARISONVALUE() |
Getter for COMPARISONVALUE, with configurable default |
ASK_COMPARISONVALUE() |
Getter for COMPARISONVALUE w/ exceptions if field has no val |
HAS_COMPARISONVALUE() |
Determine if COMPARISONVALUE has a value |