blob: 1306b2be88c0355361408665fe4ec85aaf8c8e20 [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.syncbase.core;
public class CollectionRowPattern {
public String collectionBlessing;
public String collectionName;
public String rowKey;
}