Class DeleteRecordsResult
The per-partition result of delete records request.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DeleteRecordsResult
Properties
Offset
Post-deletion low-watermark offset (smallest available offset of all live replicas).
Declaration
public Offset Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| Offset |
Partition
The partition.
Declaration
public Partition Partition { get; set; }
Property Value
| Type | Description |
|---|---|
| Partition |
Topic
The topic name.
Declaration
public string Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |