Update stream configuration.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the stream.
Body
Stream configuration.
Controls how to handle timestamps when they are not provided by the client. If this is false (or not set), the record's arrival time will be assigned as its timestamp. If this is true, then any append without a client-specified timestamp will be rejected as invalid.
Retention policy for the stream. If unspecified, the default is to retain records for 7 days.
Storage class for recent writes. This is the main cost:performance knob in S2.
unspecified
, standard
, express
Response
Stream configuration.
Controls how to handle timestamps when they are not provided by the client. If this is false (or not set), the record's arrival time will be assigned as its timestamp. If this is true, then any append without a client-specified timestamp will be rejected as invalid.
Retention policy for the stream. If unspecified, the default is to retain records for 7 days.
Storage class for recent writes. This is the main cost:performance knob in S2.
unspecified
, standard
, express