@PublicApi @NotThreadSafe @Deprecated public final class LoadMetadataOptions extends Object
Modifier and Type | Method and Description |
---|---|
static LoadMetadataOptions |
defaults()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isRecursive()
Deprecated.
|
LoadMetadataOptions |
setRecursive(boolean recursive)
Deprecated.
Sets the recursive flag.
|
String |
toString()
Deprecated.
|
public static LoadMetadataOptions defaults()
LoadMetadataOptions
public boolean isRecursive()
public LoadMetadataOptions setRecursive(boolean recursive)
recursive
- the recursive flag value to use; it specifies whether parent directories
should be created if they do not already existCopyright © 2023. All Rights Reserved.