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

86 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.ClearRange"
fullName: "com.azure.storage.blob.models.ClearRange"
name: "ClearRange"
nameWithType: "ClearRange"
summary: "The Clear<wbr>Range 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 **ClearRange**"
constructors:
- uid: "com.azure.storage.blob.models.ClearRange.ClearRange()"
fullName: "com.azure.storage.blob.models.ClearRange.ClearRange()"
name: "ClearRange()"
nameWithType: "ClearRange.ClearRange()"
summary: "Creates an instance of Clear<wbr>Range class."
syntax: "public ClearRange()"
desc: "Creates an instance of ClearRange class."
methods:
- uid: "com.azure.storage.blob.models.ClearRange.getEnd()"
fullName: "com.azure.storage.blob.models.ClearRange.getEnd()"
name: "getEnd()"
nameWithType: "ClearRange.getEnd()"
summary: "Get the end property: The End property."
syntax: "public long getEnd()"
desc: "Get the end property: The End property."
returns:
description: "the end value."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.ClearRange.getStart()"
fullName: "com.azure.storage.blob.models.ClearRange.getStart()"
name: "getStart()"
nameWithType: "ClearRange.getStart()"
summary: "Get the start property: The Start property."
syntax: "public long getStart()"
desc: "Get the start property: The Start property."
returns:
description: "the start value."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.ClearRange.setEnd(long)"
fullName: "com.azure.storage.blob.models.ClearRange.setEnd(long end)"
name: "setEnd(long end)"
nameWithType: "ClearRange.setEnd(long end)"
summary: "Set the end property: The End property."
parameters:
- description: "the end value to set."
name: "end"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClearRange setEnd(long end)"
desc: "Set the end property: The End property."
returns:
description: "the ClearRange object itself."
type: "<xref href=\"com.azure.storage.blob.models.ClearRange?alt=com.azure.storage.blob.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.ClearRange.setStart(long)"
fullName: "com.azure.storage.blob.models.ClearRange.setStart(long start)"
name: "setStart(long start)"
nameWithType: "ClearRange.setStart(long start)"
summary: "Set the start property: The Start property."
parameters:
- description: "the start value to set."
name: "start"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClearRange setStart(long start)"
desc: "Set the start property: The Start property."
returns:
description: "the ClearRange object itself."
type: "<xref href=\"com.azure.storage.blob.models.ClearRange?alt=com.azure.storage.blob.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The ClearRange model."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1