public static class AlterTableSnapshotRefSpec.CreateSnapshotRefSpec extends Object
| Constructor and Description |
|---|
CreateSnapshotRefSpec(String refName,
Long snapShotId,
Long asOfTime,
Long maxRefAgeMs,
Integer minSnapshotsToKeep,
Long maxSnapshotAgeMs,
String asOfTag) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsOfTag() |
Long |
getAsOfTime() |
Long |
getMaxRefAgeMs() |
Long |
getMaxSnapshotAgeMs() |
Integer |
getMinSnapshotsToKeep() |
String |
getRefName() |
Long |
getSnapshotId() |
String |
toString() |
public String getRefName()
public Long getSnapshotId()
public Long getAsOfTime()
public Long getMaxRefAgeMs()
public Integer getMinSnapshotsToKeep()
public Long getMaxSnapshotAgeMs()
public String getAsOfTag()
Copyright © 2024 The Apache Software Foundation. All rights reserved.