MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / BackupRequest

Struct BackupRequest

bitmap/pb.pb.go:4335–4350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4333}
4334
4335type BackupRequest struct {
4336 ReadTs uint64 `protobuf:"varint,1,opt,name=read_ts,json=readTs,proto3" json:"read_ts,omitempty"`
4337 SinceTs uint64 `protobuf:"varint,2,opt,name=since_ts,json=sinceTs,proto3" json:"since_ts,omitempty"`
4338 GroupId uint32 `protobuf:"varint,3,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
4339 UnixTs string `protobuf:"bytes,4,opt,name=unix_ts,json=unixTs,proto3" json:"unix_ts,omitempty"`
4340 Destination string `protobuf:"bytes,5,opt,name=destination,proto3" json:"destination,omitempty"`
4341 AccessKey string `protobuf:"bytes,6,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"`
4342 SecretKey string `protobuf:"bytes,7,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
4343 SessionToken string `protobuf:"bytes,8,opt,name=session_token,json=sessionToken,proto3" json:"session_token,omitempty"`
4344 // True if no credentials should be used to access the S3 or minio bucket.
4345 // For example, when using a bucket with a public policy.
4346 Anonymous bool `protobuf:"varint,9,opt,name=anonymous,proto3" json:"anonymous,omitempty"`
4347 // The predicates to backup. All other predicates present in the group (e.g
4348 // stale data from a predicate move) will be ignored.
4349 Predicates []string `protobuf:"bytes,10,rep,name=predicates,proto3" json:"predicates,omitempty"`
4350}
4351
4352func (m *BackupRequest) Reset() { *m = BackupRequest{} }
4353func (m *BackupRequest) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected