Package | Description |
---|---|
com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
Modifier and Type | Method and Description |
---|---|
TableRequestOptions.EncryptionResolver |
TableRequestOptions.getEncryptionResolver()
Gets the interface that contains a function which is used to get the value indicating whether a property should
be encrypted or not given the partition key, row key, and the property name.
|
Modifier and Type | Method and Description |
---|---|
void |
TableRequestOptions.setEncryptionResolver(TableRequestOptions.EncryptionResolver encryptionResolver)
Sets the interface that contains a function which is used to get the value indicating whether a property should
be encrypted or not given the partition key, row key, and the property name.
|
Copyright © 2019. All rights reserved.