public static interface TableRequestOptions.PropertyResolver
| Modifier and Type | Method and Description |
|---|---|
EdmType |
propertyResolver(String pk,
String rk,
String key,
String value)
Given the partition key, row, key, and the property name, produces the EdmType
|
EdmType propertyResolver(String pk, String rk, String key, String value)
pk - A String which represents the partition key.rk - A String which represents the row key.key - A String which represents the property name.value - A String which represents the property value.EdmType of the property.Copyright © 2019. All rights reserved.