public class InsertFilesClientInfo extends Object
This is an optional field which can be passed with a required field "files" in the request body.
Here is how the new request could look like
{
"files":[
{
"path":"file1.csv.gz"
},
{
"path":"file2.csv.gz"
}
],
"clientInfo": {
"clientSequencer": 1,
"offsetToken": "2"
}
}
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ALLOWED_OFFSET_TOKEN_BYTE_SIZE |
| Constructor and Description |
|---|
InsertFilesClientInfo(long clientSequencer,
String offsetToken)
Constructor with both fields as required.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getClientSequencer()
Gets client Sequencer associated with this clientInfo record.
|
String |
getOffsetToken()
Gets offsetToken associated with this clientInfo record.
|
String |
toString()
Only printing clientSequencer
|
public static final int MAX_ALLOWED_OFFSET_TOKEN_BYTE_SIZE
public InsertFilesClientInfo(long clientSequencer,
String offsetToken)
public long getClientSequencer()
public String getOffsetToken()
Copyright © 2022. All rights reserved.