validateICollectionMarker
Check for the existence of a text identifier (marker).
IntegrationCollections?.validateICollectionMarker( marker? );
Minimal example
const result = await IntegrationCollections.validateICollectionMarker('test_collection');
Schema
marker(required): string
Collection marker
example: "collection1"
Example response
{
"valid": false
}
Schema
valid: boolean
Valid marker object.
example: true