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

Struct BackupKey

bitmap/pb.pb.go:4723–4730  ·  view source on GitHub ↗

A key stored in the format used for writing backups.

Source from the content-addressed store, hash-verified

4721
4722// A key stored in the format used for writing backups.
4723type BackupKey struct {
4724 Type BackupKey_KeyType `protobuf:"varint,1,opt,name=type,proto3,enum=pb.BackupKey_KeyType" json:"type,omitempty"`
4725 Attr string `protobuf:"bytes,2,opt,name=attr,proto3" json:"attr,omitempty"`
4726 Uid uint64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
4727 StartUid uint64 `protobuf:"varint,4,opt,name=start_uid,json=startUid,proto3" json:"start_uid,omitempty"`
4728 Term string `protobuf:"bytes,5,opt,name=term,proto3" json:"term,omitempty"`
4729 Count uint32 `protobuf:"varint,6,opt,name=count,proto3" json:"count,omitempty"`
4730}
4731
4732func (m *BackupKey) Reset() { *m = BackupKey{} }
4733func (m *BackupKey) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected