public class BlobBeginCopySourceRequestConditions
extends com.azure.core.http.RequestConditions
Constructor and Description |
---|
BlobBeginCopySourceRequestConditions() |
Modifier and Type | Method and Description |
---|---|
String |
getTagsConditions()
Gets the SQL statement that apply to the tags of the blob.
|
BlobBeginCopySourceRequestConditions |
setIfMatch(String ifMatch)
Optionally limit requests to resources that match the passed ETag.
|
BlobBeginCopySourceRequestConditions |
setIfModifiedSince(OffsetDateTime ifModifiedSince)
Optionally limit requests to resources that have only been modified since the passed
datetime . |
BlobBeginCopySourceRequestConditions |
setIfNoneMatch(String ifNoneMatch)
Optionally limit requests to resources that do not match the passed ETag.
|
BlobBeginCopySourceRequestConditions |
setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)
Optionally limit requests to resources that have remained unmodified since the passed
datetime . |
BlobBeginCopySourceRequestConditions |
setTagsConditions(String tagsConditions)
Optionally applies the SQL statement to the tags of the blob.
|
public BlobBeginCopySourceRequestConditions()
public BlobBeginCopySourceRequestConditions setIfMatch(String ifMatch)
setIfMatch
in class com.azure.core.http.RequestConditions
ifMatch
- ETag that resources must match.public BlobBeginCopySourceRequestConditions setIfNoneMatch(String ifNoneMatch)
setIfNoneMatch
in class com.azure.core.http.RequestConditions
ifNoneMatch
- ETag that resources must not match.public BlobBeginCopySourceRequestConditions setIfModifiedSince(OffsetDateTime ifModifiedSince)
datetime
.setIfModifiedSince
in class com.azure.core.http.RequestConditions
ifModifiedSince
- The datetime that resources must have been modified since.public BlobBeginCopySourceRequestConditions setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)
datetime
.setIfUnmodifiedSince
in class com.azure.core.http.RequestConditions
ifUnmodifiedSince
- The datetime that resources must have remained unmodified since.public String getTagsConditions()
public BlobBeginCopySourceRequestConditions setTagsConditions(String tagsConditions)
tagsConditions
- The SQL statement that apply to the tags of the blob.Copyright © 2020 Microsoft Corporation. All rights reserved.