public final class DataProviderMetadata extends Object
| Constructor and Description |
|---|
DataProviderMetadata() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValuePairStringObject> |
propertyBag()
Get the propertyBag property: Settings for the data provider.
|
String |
providerName()
Get the providerName property: The providerName property.
|
void |
validate()
Validates the instance.
|
DataProviderMetadata |
withProviderName(String providerName)
Set the providerName property: The providerName property.
|
public String providerName()
public DataProviderMetadata withProviderName(String providerName)
providerName - the providerName value to set.public List<KeyValuePairStringObject> propertyBag()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.