Package | Description |
---|---|
com.microsoft.azure.cosmosdb |
This package provides Java SDK Common Resources for Azure Cosmos DB.
|
Modifier and Type | Method and Description |
---|---|
MediaReadMode |
ConnectionPolicy.getMediaReadMode()
Gets the attachment content (aka media) download mode.
|
static MediaReadMode |
MediaReadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaReadMode[] |
MediaReadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPolicy.setMediaReadMode(MediaReadMode mediaReadMode)
Sets the attachment content (aka media) download mode.
|
Copyright © 2019. All rights reserved.