Skip to main content

CREATE OR UPDATE Stream

PATCH 

/workspaces/:workspaceId/stream-groups/:streamGroupName/streams/:streamName

CREATE OR UPDATE Stream

Request

Path Parameters

    workspaceId uuidrequired
    streamGroupName stringrequired
    streamName stringrequired

Header Parameters

    If-None-Match string

    To ensure that no existing stream is updated pass If-None-Match header set to "*".

Body

    properties

    object

    batchIdAutoFillPattern

    object

    isEnabled booleanrequired
    pattern stringnullable

    messageIdAutoFillPattern

    object

    isEnabled booleanrequired
    pattern stringnullable

    batchCompletionTimeout

    object

    isEnabled booleanrequired
    timeout [d.]hh:mm:ss[.fffffff]nullable
    concatenationMode int32

    Possible values: [None, WithNewLines, WithoutNewLines]

    partitioning

    object

    partitionCount int32nullable

Responses

Updated stream.

Schema

    name stringrequired
    streamGroupName stringrequired
    workspaceId uuidrequired

    properties

    object

    required

    concatenationMode int32required

    Possible values: [None, WithNewLines, WithoutNewLines]

    batchCompletionTimeout

    object

    required

    isEnabled booleanrequired
    timeout [d.]hh:mm:ss[.fffffff]nullable

    batchIdAutoFillPattern

    object

    required

    isEnabled booleanrequired
    pattern stringnullable

    messageIdAutoFillPattern

    object

    required

    isEnabled booleanrequired
    pattern stringnullable

    partitioning

    object

    required

    partitionCount int32
Loading...