public class CreateObjectOptions extends Object
Modifier and Type | Field and Description |
---|---|
static CreateObjectOptions |
DEFAULT |
Constructor and Description |
---|
CreateObjectOptions(boolean overwriteExisting)
Construct a new CreateObjectOptions with empty metadata.
|
CreateObjectOptions(boolean overwriteExisting,
Map<String,byte[]> metadata) |
Modifier and Type | Method and Description |
---|---|
Map<String,byte[]> |
getMetadata()
Custom metadata to apply to this object.
|
boolean |
overwriteExisting()
Get the value of overwriteExisting.
|
public static final CreateObjectOptions DEFAULT
Copyright © 2015. All rights reserved.