Main Content
isProperty
This function requires Streaming Data Framework for MATLAB® Production Server™.
Syntax
Description
returns a logical 1 (true) if the Kafka® stream provider property tf
= isProperty(ks
,name
)name
is set in the stream
connector object ks
. Otherwise, it returns logical 0 (false). The
getProviderProperties
function returns nonempty property data only for
properties for which isProperty
returns true.
You can specify multiple property names in name
. The length of
tf
equals the number of string property names in
name
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b