allowCreate

abstract val allowCreate: Boolean

Indicates whether this command permits the creation of a new aggregate if one doesn't exist.

When true, the command can create an aggregate if the target doesn't exist. When false, the command will fail if the target aggregate is not found.

Return

true if aggregate creation is allowed, false otherwise