Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit e7064fb

Browse files
committed
doc updates
1 parent 0746713 commit e7064fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

microsoft-azure-storage/src/com/microsoft/azure/storage/blob/BlobRequestOptions.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@ public boolean getSkipEtagLocking() {
377377
* the stream up to the point of the exception will be flushed and a new blob will be committed with that data.
378378
* Otherwise, the upload will be aborted and no data will be committed.
379379
*
380+
* For more information about defaults, see {@link #setCommitWriteOnInputStreamException(boolean)}.
381+
*
380382
* @return <code>true</code> if data will be committed upon an exception; otherwise, <code>false</code>.
381383
*/
382384
public boolean getCommitWriteOnInputStreamException() {
@@ -555,6 +557,8 @@ public void setSkipEtagLocking(boolean skipEtagLocking) {
555557
* the stream up to the point of the exception will be flushed and a new blob will be committed with that data.
556558
* Otherwise, the upload will be aborted and no data will be committed.
557559
*
560+
* The default value is <code>true</code>.
561+
*
558562
* @param commitWriteOnInputStreamException
559563
* Use <code>true</code> if data will be committed upon an exception; otherwise, <code>false</code>.
560564
*/

0 commit comments

Comments
 (0)