Represents a RowFilter.
Package
@google-cloud/bigtable!Constructors
(constructor)(properties)
constructor(properties?: google.bigtable.v2.IRowFilter);
Constructs a new RowFilter.
Name | Description |
properties |
IRowFilter
Properties to set |
Properties
applyLabelTransformer
public applyLabelTransformer?: (string|null);
RowFilter applyLabelTransformer.
Type | Description |
(string|null) |
blockAllFilter
public blockAllFilter?: (boolean|null);
RowFilter blockAllFilter.
Type | Description |
(boolean|null) |
cellsPerColumnLimitFilter
public cellsPerColumnLimitFilter?: (number|null);
RowFilter cellsPerColumnLimitFilter.
Type | Description |
(number|null) |
cellsPerRowLimitFilter
public cellsPerRowLimitFilter?: (number|null);
RowFilter cellsPerRowLimitFilter.
Type | Description |
(number|null) |
cellsPerRowOffsetFilter
public cellsPerRowOffsetFilter?: (number|null);
RowFilter cellsPerRowOffsetFilter.
Type | Description |
(number|null) |
chain
public chain?: (google.bigtable.v2.RowFilter.IChain|null);
RowFilter chain.
Type | Description |
(google.bigtable.v2.RowFilter.IChain|null) |
columnQualifierRegexFilter
public columnQualifierRegexFilter?: (Uint8Array|string|null);
RowFilter columnQualifierRegexFilter.
Type | Description |
(Uint8Array|string|null) |
columnRangeFilter
public columnRangeFilter?: (google.bigtable.v2.IColumnRange|null);
RowFilter columnRangeFilter.
Type | Description |
(google.bigtable.v2.IColumnRange|null) |
condition
public condition?: (google.bigtable.v2.RowFilter.ICondition|null);
RowFilter condition.
Type | Description |
(google.bigtable.v2.RowFilter.ICondition|null) |
familyNameRegexFilter
public familyNameRegexFilter?: (string|null);
RowFilter familyNameRegexFilter.
Type | Description |
(string|null) |
filter
public filter?: ("chain"|"interleave"|"condition"|"sink"|"passAllFilter"|"blockAllFilter"|"rowKeyRegexFilter"|"rowSampleFilter"|"familyNameRegexFilter"|"columnQualifierRegexFilter"|"columnRangeFilter"|"timestampRangeFilter"|"valueRegexFilter"|"valueRangeFilter"|"cellsPerRowOffsetFilter"|"cellsPerRowLimitFilter"|"cellsPerColumnLimitFilter"|"stripValueTransformer"|"applyLabelTransformer");
RowFilter filter.
Type | Description |
("chain"|"interleave"|"condition"|"sink"|"passAllFilter"|"blockAllFilter"|"rowKeyRegexFilter"|"rowSampleFilter"|"familyNameRegexFilter"|"columnQualifierRegexFilter"|"columnRangeFilter"|"timestampRangeFilter"|"valueRegexFilter"|"valueRangeFilter"|"cellsPerRowOffsetFilter"|"cellsPerRowLimitFilter"|"cellsPerColumnLimitFilter"|"stripValueTransformer"|"applyLabelTransformer") |
interleave
public interleave?: (google.bigtable.v2.RowFilter.IInterleave|null);
RowFilter interleave.
Type | Description |
(google.bigtable.v2.RowFilter.IInterleave|null) |
passAllFilter
public passAllFilter?: (boolean|null);
RowFilter passAllFilter.
Type | Description |
(boolean|null) |
rowKeyRegexFilter
public rowKeyRegexFilter?: (Uint8Array|string|null);
RowFilter rowKeyRegexFilter.
Type | Description |
(Uint8Array|string|null) |
rowSampleFilter
public rowSampleFilter?: (number|null);
RowFilter rowSampleFilter.
Type | Description |
(number|null) |
sink
public sink?: (boolean|null);
RowFilter sink.
Type | Description |
(boolean|null) |
stripValueTransformer
public stripValueTransformer?: (boolean|null);
RowFilter stripValueTransformer.
Type | Description |
(boolean|null) |
timestampRangeFilter
public timestampRangeFilter?: (google.bigtable.v2.ITimestampRange|null);
RowFilter timestampRangeFilter.
Type | Description |
(google.bigtable.v2.ITimestampRange|null) |
valueRangeFilter
public valueRangeFilter?: (google.bigtable.v2.IValueRange|null);
RowFilter valueRangeFilter.
Type | Description |
(google.bigtable.v2.IValueRange|null) |
valueRegexFilter
public valueRegexFilter?: (Uint8Array|string|null);
RowFilter valueRegexFilter.
Type | Description |
(Uint8Array|string|null) |
Methods
create(properties)
public static create(properties?: google.bigtable.v2.IRowFilter): google.bigtable.v2.RowFilter;
Creates a new RowFilter instance using the specified properties.
Name | Description |
properties |
IRowFilter
Properties to set |
Type | Description |
google.bigtable.v2.RowFilter | RowFilter instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.bigtable.v2.RowFilter;
Decodes a RowFilter message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.bigtable.v2.RowFilter | RowFilter |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.bigtable.v2.RowFilter;
Decodes a RowFilter message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.bigtable.v2.RowFilter | RowFilter |
encode(message, writer)
public static encode(message: google.bigtable.v2.IRowFilter, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified RowFilter message. Does not implicitly messages.
Name | Description |
message |
IRowFilter
RowFilter message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.bigtable.v2.IRowFilter, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified RowFilter message, length delimited. Does not implicitly messages.
Name | Description |
message |
IRowFilter
RowFilter message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.bigtable.v2.RowFilter;
Creates a RowFilter message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.bigtable.v2.RowFilter | RowFilter |
toJSON()
public toJSON(): { [k: string]: any };
Converts this RowFilter to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.bigtable.v2.RowFilter, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a RowFilter message. Also converts values to other types if specified.
Name | Description |
message |
google.bigtable.v2.RowFilter
RowFilter |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a RowFilter message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|