This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
microsoft-azure-storage/src/com/microsoft/azure/storage/blob Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments