forked from EventStore/EventStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a Stream (HTTP)
Dan Leech edited this page Dec 16, 2014
·
3 revisions
This wiki is no longer maintained and should not be used. Read the Event Store docs at docs.geteventstore.com.
The latest version of the page you are currently viewing is available here.
NOTE: As of Event Store 2.0.0, there is no explicit stream creation operation, as there is no longer a $StreamCreated
as the first event in every stream.
To set stream metadata (for example, an access control list or a maximum age or count of events), use the operations described here (Stream Metadata), and then post to the stream using the operations described here (Writing to a Stream).