final case class Scan(table: TableReference, index: Option[String] = None, filterExpression: Condition = ZeroCondition, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, projectionExpression: Option[String] = None, limit: Option[Int] = None, select: Option[Select] = None, startKey: Option[Map[String, AttributeValue]] = None, consistent: Boolean = false) extends DynamoRequest with WithFilterExpression[Scan] with WithAttributeValues[Scan] with WithAttributeNames[Scan] with WithProjectionExpression[Scan] with WithSelect[Scan] with WithStartKey[Scan] with WithLimit[Scan] with WithTableReference[Scan] with WithIndex[Scan] with WithConsistent[Scan] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scan
- Serializable
- Serializable
- Product
- Equals
- WithConsistent
- WithIndex
- WithTableReference
- WithLimit
- WithStartKey
- WithSelect
- WithProjectionExpression
- WithAttributeNames
- WithAttributeValues
- WithFilterExpression
- DynamoRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Scan(table: TableReference, index: Option[String] = None, filterExpression: Condition = ZeroCondition, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, projectionExpression: Option[String] = None, limit: Option[Int] = None, select: Option[Select] = None, startKey: Option[Map[String, AttributeValue]] = None, consistent: Boolean = false)
Type Members
-
type
Rq = ScanRequest
- Definition Classes
- Scan → DynamoRequest
-
type
Rsp = ScanResponse
- Definition Classes
- Scan → DynamoRequest
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributeNames: Map[String, String]
- val attributeValues: Map[String, AttributeValue]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val consistent: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filterExpression: Condition
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val index: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val limit: Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val projectionExpression: Option[String]
- val select: Option[Select]
- val startKey: Option[Map[String, AttributeValue]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: TableReference
- Definition Classes
- Scan → WithTableReference
-
def
toAmz: ScanRequest
- Definition Classes
- Scan → DynamoRequest
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
withAttribute[Item](value: Item)(implicit arg0: D4SEncoder[Item]): Scan
- Definition Classes
- WithAttributeValues
-
def
withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): Scan
- Definition Classes
- Scan → WithAttributeNames
-
final
def
withAttributeNames(value: (String, String)): Scan
- Definition Classes
- WithAttributeNames
-
final
def
withAttributeNames(add: Map[String, String]): Scan
- Definition Classes
- WithAttributeNames
-
def
withAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): Scan
- Definition Classes
- Scan → WithAttributeValues
-
final
def
withAttributeValues(value: (String, AttributeValue)): Scan
- Definition Classes
- WithAttributeValues
-
final
def
withAttributeValues(add: Map[String, AttributeValue]): Scan
- Definition Classes
- WithAttributeValues
-
final
def
withAttributes[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): Scan
- Definition Classes
- WithAttributeValues
-
def
withConsistent(consistentRead: Boolean): Scan
- Definition Classes
- Scan → WithConsistent
-
def
withFilterExpression(t: Condition): Scan
- Definition Classes
- Scan → WithFilterExpression
- def withIndex(index: TableIndex[_, _]): Scan
- def withLimit(l: Int): Scan
-
final
def
withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): Scan
- Definition Classes
- WithTableReference
-
def
withProjectionExpression(f: (Option[String]) ⇒ Option[String]): Scan
- Definition Classes
- Scan → WithProjectionExpression
-
final
def
withProjectionExpression(fields: DynamoField[_]*): Scan
- Definition Classes
- WithProjectionExpression
-
final
def
withProjectionExpression(expr: String): Scan
- Definition Classes
- WithProjectionExpression
-
def
withSelect(newSelect: Select): Scan
- Definition Classes
- Scan → WithSelect
-
final
def
withStartKey[Key](startKey: Key)(implicit arg0: D4SEncoder[Key]): Scan
- Definition Classes
- WithStartKey
-
def
withStartKeyMap(startKey: Map[String, AttributeValue]): Scan
- Definition Classes
- Scan → WithStartKey
-
def
withTableReference(t: (TableReference) ⇒ TableReference): Scan
- Definition Classes
- Scan → WithTableReference
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.