confluent-kafka-dotnet
Show / Hide Table of Contents

Class DeleteRecordsResult

The per-partition result of delete records request.

Inheritance
System.Object
DeleteRecordsResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.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
System.String
In This Article