public abstract class BlobConfiguration extends Object
These values must not be altered.
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_KEY
The Blob configuration account key constant.
|
static String |
ACCOUNT_NAME
The Blob configuration account name constant.
|
static String |
URI
The Blob configuration URI constant.
|
| Constructor and Description |
|---|
BlobConfiguration() |
public static final String ACCOUNT_NAME
String
value is used as a key in the configuration file, to identify the value
for the DNS prefix name for the storage account.public static final String ACCOUNT_KEY
String
value is used as a key in the configuration file, to identify the value
for the storage service account key.public static final String URI
String value is
used as a key in the configuration file, to identify the URI value for
the Blob storage service REST API address for the storage account./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/