azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.shar...

86 строки
4.6 KiB
YAML

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