Package com.newrelic.api.agent
Interface DatastoreParameters.CollectionParameter
-
- All Known Implementing Classes:
DatastoreParameters.Builder
- Enclosing class:
- DatastoreParameters
public static interface DatastoreParameters.CollectionParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatastoreParameters.OperationParameter
collection(java.lang.String collection)
Set the name of the collection or table.
-
-
-
Method Detail
-
collection
DatastoreParameters.OperationParameter collection(java.lang.String collection)
Set the name of the collection or table.- Parameters:
collection
- the collection or table- Returns:
- the next builder interface
-
-