com.axibase.tsd.model.data.command
Class BatchPropertyCommand
java.lang.Object
com.axibase.tsd.model.data.command.BatchPropertyCommand
public class BatchPropertyCommand
- extends Object
- Author:
- Nikolay Malevanny.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAction
public String getAction()
getProperties
public List<Property> getProperties()
getMatchers
public List<PropertyMatcher> getMatchers()
createInsertCommand
public static BatchPropertyCommand createInsertCommand(Property... properties)
createDeleteCommand
public static BatchPropertyCommand createDeleteCommand(Property... properties)
createDeleteMatchCommand
public static BatchPropertyCommand createDeleteMatchCommand(PropertyMatcher... propertyMatchers)
Copyright © 2015. All rights reserved.