utility:fields container get attribute
Version: 0.0.0
Description
Uses the FieldsContainer APIs to return a given attribute of the fields container in input.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | |
| Pin 1 Required | property_name | string | Supported property names are: "label_scoping", "label_values", "time_freq_support", "labels", "field_scoping" and "field". |
| Pin 2 | property_identifier | string, int32 | Additional pin for some property : the label name for "label_scoping" or "label_values", the field index (default 0) for "field_scoping" or "field". |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | property | scoping, vector<int32>, time_freq_support, vector<string>, label_space, field | Returns a Scoping for property: "label_scoping", a vector of int for "label_values", a time freq support for "time_freq_support", a vector of string for "labels", a LabelSpace for "field_scoping" and a "field" for "field". |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: utility
Plugin: core
Scripting name: fc_get_attribute
Full name: utility.fc_get_attribute
Internal name: fieldscontainer::get_attribute
License: None
Changelog
- Version 0.0.0: Initial release.