Package com.azure.storage.blob.models
Class BlobPrefix
java.lang.Object
com.azure.storage.blob.models.BlobPrefix
The BlobPrefix model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name property: The Name property.Set the name property: The Name property.
-
Constructor Details
-
BlobPrefix
public BlobPrefix()
-
-
Method Details
-
getName
Get the name property: The Name property.- Returns:
- the name value.
-
setName
Set the name property: The Name property.- Parameters:
name
- the name value to set.- Returns:
- the BlobPrefix object itself.
-