Main Content
categoryList
This function requires Streaming Data Framework for MATLAB® Production Server™.
Description
returns the names and categories of all the Kafka® stream provider properties and their respective values from the categories
list
= categoryList(ks
,cat
)cat
for the object ks
.
The returned list
is a cell array of alternating structures and
values of the form {name_sctruct1,value1,...,name_structN,valueN}
, where:
name_struct
is a structure with fields"category"
and"name"
. These fields define the category name and property name, respectively.value
contains the value of the property named in the preceding structure.value
can be of any type.
Examples
Input Arguments
Version History
Introduced in R2022b