public static interface TableRequestOptions.PropertyResolver
EdmType
for an entity property
given the partition key, row, key, and the property name, if the interface is implementedEdmType 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 © 2018. All Rights Reserved.