Class Filters (3.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static class Filters
Helper method to build filter strings.
Namespace
Google.Cloud.BigQuery.V2
Assembly
Google.Cloud.BigQuery.V2.dll
Methods
FromLabel(String, String)
public static string FromLabel(string name, string value)
Creates a filter for a single label.
Parameters |
---|
Name | Description |
name | String
The name of the label to filter on. Must not be null or empty.
|
value | String
The value for the label. May be null or empty.
|
Returns |
---|
Type | Description |
String | A string of the form "labels.{name}:{value}" when value is non-null and non-empty,
or "labels.{name}" when value is null.
|
FromLabels(IDictionary<String, String>)
public static string FromLabels(IDictionary<string, string> labels)
Creates a filter for the given labels.
Returns |
---|
Type | Description |
String | A filter for the given labels.
|
Remarks
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{
"lastModified": "Last updated 2024-09-05 UTC.",
"confidential": False
}