public class Changefeed extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Changefeed.Builder |
static class |
Changefeed.Format |
static class |
Changefeed.Mode |
| Modifier and Type | Method and Description |
|---|---|
Changefeed.Format |
getFormat() |
Changefeed.Mode |
getMode() |
String |
getName() |
Duration |
getRetentionPeriod() |
boolean |
hasInitialScan() |
boolean |
hasVirtualTimestamps() |
static Changefeed.Builder |
newBuilder(String changefeedName) |
tech.ydb.proto.table.YdbTable.Changefeed |
toProto() |
public String getName()
public Changefeed.Mode getMode()
public Changefeed.Format getFormat()
public boolean hasVirtualTimestamps()
public boolean hasInitialScan()
public Duration getRetentionPeriod()
public tech.ydb.proto.table.YdbTable.Changefeed toProto()
public static Changefeed.Builder newBuilder(String changefeedName)
Copyright © 2023. All rights reserved.