@Generated(value="org.jsonschema2pojo") public class AzureStorageBlob extends Object
Azure storage blob resource.
Constructor and Description |
---|
AzureStorageBlob() |
Modifier and Type | Method and Description |
---|---|
String |
getBlob()
Blob schema.
|
String |
getSas()
SAS schema.
|
boolean |
isUnzip()
Unzip schema.
|
void |
setBlob(String blob)
Blob schema.
|
void |
setSas(String sas)
SAS schema.
|
void |
setUnzip(boolean unzip)
Unzip schema.
|
public String getBlob()
The Azure storage blob path, which may not contain SAS. (Required)
public void setBlob(String blob)
The Azure storage blob path, which may not contain SAS. (Required)
blob
- The blobpublic String getSas()
The Azure storage container/blob SAS for this blob. If not specified, plugin will try to generate container SAS for this blob with configured storage accouts. If it's public resourece, you may specify empty string as SAS.
public void setSas(String sas)
The Azure storage container/blob SAS for this blob. If not specified, plugin will try to generate container SAS for this blob with configured storage accouts. If it's public resourece, you may specify empty string as SAS.
sas
- The saspublic boolean isUnzip()
Set to true if you want to unzip this blob on task VM. Default is false.
public void setUnzip(boolean unzip)
Set to true if you want to unzip this blob on task VM. Default is false.
unzip
- The unzipCopyright © 2016. All rights reserved.