Helix Core Server User Guide (2019.2)

Meaning of options in stream spec

The following table summarizes the meaning of each of the options available in the stream spec:

Option Meaning

allsubmit

All users can submit changes to the stream.

ownersubmit

Only the stream owner can submit changes to the stream.

locked

The stream spec cannot be deleted and only the stream owner can modify it.

unlocked

All users can edit or delete the stream spec.

toparent

Merges from the stream to its parent are expected.

notoparent

Merges from the stream to the parent are not expected.

fromparent

Merges to the stream from the parent are expected.

nofromparent

Merges to the stream from the parent are not expected.

mergedown

Enforces the best practice of merge down, copy up.

mergeany

Allows you to merge the stream’s content both up and down.