198 строки
18 KiB
YAML
198 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.blob.models.AppendBlobRequestConditions"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions"
|
|
name: "AppendBlobRequestConditions"
|
|
nameWithType: "AppendBlobRequestConditions"
|
|
summary: "This class contains values that restrict the successful completion of Append<wbr>Block operations to certain conditions."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.http.MatchConditions?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.http.RequestConditions?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobLeaseRequestConditions?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.http.MatchConditions?alt=com.azure.core.http.MatchConditions&text=MatchConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.http.MatchConditions.getIfMatch()?alt=com.azure.core.http.MatchConditions.getIfMatch&text=getIfMatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.http.MatchConditions.getIfNoneMatch()?alt=com.azure.core.http.MatchConditions.getIfNoneMatch&text=getIfNoneMatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"com.azure.core.http.RequestConditions?alt=com.azure.core.http.RequestConditions&text=RequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.http.RequestConditions.getIfModifiedSince()?alt=com.azure.core.http.RequestConditions.getIfModifiedSince&text=getIfModifiedSince\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.http.RequestConditions.getIfUnmodifiedSince()?alt=com.azure.core.http.RequestConditions.getIfUnmodifiedSince&text=getIfUnmodifiedSince\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"com.azure.storage.blob.models.BlobLeaseRequestConditions?alt=com.azure.storage.blob.models.BlobLeaseRequestConditions&text=BlobLeaseRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobLeaseRequestConditions.getTagsConditions()?alt=com.azure.storage.blob.models.BlobLeaseRequestConditions.getTagsConditions&text=getTagsConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions?alt=com.azure.storage.blob.models.BlobRequestConditions&text=BlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions.getLeaseId()?alt=com.azure.storage.blob.models.BlobRequestConditions.getLeaseId&text=getLeaseId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions.setIfMatch(java.lang.String)?alt=com.azure.storage.blob.models.BlobRequestConditions.setIfMatch&text=setIfMatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions.setIfModifiedSince(java.time.OffsetDateTime)?alt=com.azure.storage.blob.models.BlobRequestConditions.setIfModifiedSince&text=setIfModifiedSince\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions.setIfNoneMatch(java.lang.String)?alt=com.azure.storage.blob.models.BlobRequestConditions.setIfNoneMatch&text=setIfNoneMatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions.setIfUnmodifiedSince(java.time.OffsetDateTime)?alt=com.azure.storage.blob.models.BlobRequestConditions.setIfUnmodifiedSince&text=setIfUnmodifiedSince\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions.setLeaseId(java.lang.String)?alt=com.azure.storage.blob.models.BlobRequestConditions.setLeaseId&text=setLeaseId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions.setTagsConditions(java.lang.String)?alt=com.azure.storage.blob.models.BlobRequestConditions.setTagsConditions&text=setTagsConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **AppendBlobRequestConditions**</br> extends <xref href=\"com.azure.storage.blob.models.BlobRequestConditions?alt=com.azure.storage.blob.models.BlobRequestConditions&text=BlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.AppendBlobRequestConditions()"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.AppendBlobRequestConditions()"
|
|
name: "AppendBlobRequestConditions()"
|
|
nameWithType: "AppendBlobRequestConditions.AppendBlobRequestConditions()"
|
|
syntax: "public AppendBlobRequestConditions()"
|
|
methods:
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.getAppendPosition()"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.getAppendPosition()"
|
|
name: "getAppendPosition()"
|
|
nameWithType: "AppendBlobRequestConditions.getAppendPosition()"
|
|
summary: "Gets the byte offset that the append position of the append blob must match."
|
|
syntax: "public Long getAppendPosition()"
|
|
desc: "Gets the byte offset that the append position of the append blob must match."
|
|
returns:
|
|
description: "The byte offset that must match the append position."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.getMaxSize()"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.getMaxSize()"
|
|
name: "getMaxSize()"
|
|
nameWithType: "AppendBlobRequestConditions.getMaxSize()"
|
|
summary: "Gets the max length in bytes allowed for the append blob."
|
|
syntax: "public Long getMaxSize()"
|
|
desc: "Gets the max length in bytes allowed for the append blob.\n\nIf the operation would cause the append blob to grow larger than the limit the request will fail."
|
|
returns:
|
|
description: "The max length in bytes allowed for the append blob."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setAppendPosition(java.lang.Long)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setAppendPosition(Long appendPosition)"
|
|
name: "setAppendPosition(Long appendPosition)"
|
|
nameWithType: "AppendBlobRequestConditions.setAppendPosition(Long appendPosition)"
|
|
summary: "Sets the byte offset that the append position of the append blob must match."
|
|
parameters:
|
|
- description: "Byte offset to compare to the append position."
|
|
name: "appendPosition"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public AppendBlobRequestConditions setAppendPosition(Long appendPosition)"
|
|
desc: "Sets the byte offset that the append position of the append blob must match."
|
|
returns:
|
|
description: "The updated AppendBlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfMatch(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfMatch(String ifMatch)"
|
|
name: "setIfMatch(String ifMatch)"
|
|
nameWithType: "AppendBlobRequestConditions.setIfMatch(String ifMatch)"
|
|
summary: "Optionally limit requests to resources that match the passed ETag."
|
|
overridden: "com.azure.storage.blob.models.BlobRequestConditions.setIfMatch(java.lang.String)"
|
|
parameters:
|
|
- description: "ETag that resources must match."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AppendBlobRequestConditions setIfMatch(String ifMatch)"
|
|
desc: "Optionally limit requests to resources that match the passed ETag."
|
|
returns:
|
|
description: "The updated AppendBlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfModifiedSince(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfModifiedSince(OffsetDateTime ifModifiedSince)"
|
|
name: "setIfModifiedSince(OffsetDateTime ifModifiedSince)"
|
|
nameWithType: "AppendBlobRequestConditions.setIfModifiedSince(OffsetDateTime ifModifiedSince)"
|
|
summary: "Optionally limit requests to resources that have only been modified since the passed <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"datetime\"></xref>."
|
|
overridden: "com.azure.storage.blob.models.BlobRequestConditions.setIfModifiedSince(java.time.OffsetDateTime)"
|
|
parameters:
|
|
- description: "The datetime that resources must have been modified since."
|
|
name: "ifModifiedSince"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public AppendBlobRequestConditions setIfModifiedSince(OffsetDateTime ifModifiedSince)"
|
|
desc: "Optionally limit requests to resources that have only been modified since the passed <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"datetime\"></xref>."
|
|
returns:
|
|
description: "The updated AppendBlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfNoneMatch(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfNoneMatch(String ifNoneMatch)"
|
|
name: "setIfNoneMatch(String ifNoneMatch)"
|
|
nameWithType: "AppendBlobRequestConditions.setIfNoneMatch(String ifNoneMatch)"
|
|
summary: "Optionally limit requests to resources that do not match the passed ETag."
|
|
overridden: "com.azure.storage.blob.models.BlobRequestConditions.setIfNoneMatch(java.lang.String)"
|
|
parameters:
|
|
- description: "ETag that resources must not match."
|
|
name: "ifNoneMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AppendBlobRequestConditions setIfNoneMatch(String ifNoneMatch)"
|
|
desc: "Optionally limit requests to resources that do not match the passed ETag."
|
|
returns:
|
|
description: "The updated AppendBlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfUnmodifiedSince(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)"
|
|
name: "setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)"
|
|
nameWithType: "AppendBlobRequestConditions.setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)"
|
|
summary: "Optionally limit requests to resources that have remained unmodified since the passed <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"datetime\"></xref>."
|
|
overridden: "com.azure.storage.blob.models.BlobRequestConditions.setIfUnmodifiedSince(java.time.OffsetDateTime)"
|
|
parameters:
|
|
- description: "The datetime that resources must have remained unmodified since."
|
|
name: "ifUnmodifiedSince"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public AppendBlobRequestConditions setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)"
|
|
desc: "Optionally limit requests to resources that have remained unmodified since the passed <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"datetime\"></xref>."
|
|
returns:
|
|
description: "The updated AppendBlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setLeaseId(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setLeaseId(String leaseId)"
|
|
name: "setLeaseId(String leaseId)"
|
|
nameWithType: "AppendBlobRequestConditions.setLeaseId(String leaseId)"
|
|
summary: "Optionally limits requests to blobs and containers that match the lease ID."
|
|
overridden: "com.azure.storage.blob.models.BlobRequestConditions.setLeaseId(java.lang.String)"
|
|
parameters:
|
|
- description: "Lease ID that blobs and containers must match."
|
|
name: "leaseId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AppendBlobRequestConditions setLeaseId(String leaseId)"
|
|
desc: "Optionally limits requests to blobs and containers that match the lease ID."
|
|
returns:
|
|
description: "The updated AppendBlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setMaxSize(java.lang.Long)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setMaxSize(Long maxSize)"
|
|
name: "setMaxSize(Long maxSize)"
|
|
nameWithType: "AppendBlobRequestConditions.setMaxSize(Long maxSize)"
|
|
summary: "Sets the max length in bytes allowed for the append blob."
|
|
parameters:
|
|
- description: "Append blob size byte limit."
|
|
name: "maxSize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public AppendBlobRequestConditions setMaxSize(Long maxSize)"
|
|
desc: "Sets the max length in bytes allowed for the append blob.\n\nIf the operation would cause the append blob to grow larger than the limit the request will fail."
|
|
returns:
|
|
description: "The updated AppendBlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.AppendBlobRequestConditions.setTagsConditions(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.AppendBlobRequestConditions.setTagsConditions(String tagsConditions)"
|
|
name: "setTagsConditions(String tagsConditions)"
|
|
nameWithType: "AppendBlobRequestConditions.setTagsConditions(String tagsConditions)"
|
|
summary: "Optionally applies the SQL statement to the tags of the blob."
|
|
overridden: "com.azure.storage.blob.models.BlobRequestConditions.setTagsConditions(java.lang.String)"
|
|
parameters:
|
|
- description: "The SQL statement that apply to the tags of the blob."
|
|
name: "tagsConditions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AppendBlobRequestConditions setTagsConditions(String tagsConditions)"
|
|
desc: "Optionally applies the SQL statement to the tags of the blob."
|
|
returns:
|
|
description: "The updated BlobRequestConditions object."
|
|
type: "<xref href=\"com.azure.storage.blob.models.AppendBlobRequestConditions?alt=com.azure.storage.blob.models.AppendBlobRequestConditions&text=AppendBlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "This class contains values that restrict the successful completion of AppendBlock operations to certain conditions. Any field may be set to null if no access conditions are desired.\n\nPlease refer to the request header section [here][] for more conceptual information.\n\n\n[here]: https://docs.microsoft.com/rest/api/storageservices/append-block"
|
|
metadata: {}
|
|
package: "com.azure.storage.blob.models"
|
|
artifact: com.azure:azure-storage-blob:12.28.1
|