Table of Contents

Class StreamMsgDeleteRequest

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

A request to the JetStream $JS.API.STREAM.MSG.DELETE API

public record StreamMsgDeleteRequest : IEquatable<StreamMsgDeleteRequest>
Inheritance
StreamMsgDeleteRequest
Implements
Inherited Members

Properties

NoErase

Default will securely remove a message and rewrite the data with random data, set this to true to only remove the message

Seq

Stream sequence number of the message to delete