azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

60 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobPrefix"
fullName: "com.azure.storage.blob.models.BlobPrefix"
name: "BlobPrefix"
nameWithType: "BlobPrefix"
summary: "The Blob<wbr>Prefix model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BlobPrefix**"
constructors:
- uid: "com.azure.storage.blob.models.BlobPrefix.BlobPrefix()"
fullName: "com.azure.storage.blob.models.BlobPrefix.BlobPrefix()"
name: "BlobPrefix()"
nameWithType: "BlobPrefix.BlobPrefix()"
syntax: "public BlobPrefix()"
methods:
- uid: "com.azure.storage.blob.models.BlobPrefix.getName()"
fullName: "com.azure.storage.blob.models.BlobPrefix.getName()"
name: "getName()"
nameWithType: "BlobPrefix.getName()"
summary: "Get the name property: The Name property."
syntax: "public String getName()"
desc: "Get the name property: The Name property."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobPrefix.setName(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobPrefix.setName(String name)"
name: "setName(String name)"
nameWithType: "BlobPrefix.setName(String name)"
summary: "Set the name property: The Name property."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobPrefix setName(String name)"
desc: "Set the name property: The Name property."
returns:
description: "the BlobPrefix object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobPrefix?alt=com.azure.storage.blob.models.BlobPrefix&text=BlobPrefix\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The BlobPrefix model."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1