Example #1
0
		public override string ToString()
		{
			object[] objArray = new object[] { this.includeDisabledContainers, this.includeExpiredBlobs, (this.ifModifiedSinceTime.HasValue ? this.ifModifiedSinceTime.Value.ToString("O") : "<null>"), (this.ifNotModifiedSinceTime.HasValue ? this.ifNotModifiedSinceTime.Value.ToString("O") : "<null>"), (this.leaseId.HasValue ? this.leaseId.Value.ToString("N") : "<null>"), this.isIncludingUncommittedBlobs, this.isFetchingMetadata, this.isIncludingSnapshots, this.isIncludingPageBlobs, this.isIncludingAppendBlobs, this.isDeletingOnlySnapshots, (this.ifLastModificationTimeMatch != null ? StorageStampHelpers.DateTimeArrayToString(this.ifLastModificationTimeMatch) : "<null>"), (this.ifLastModificationTimeMismatch != null ? StorageStampHelpers.DateTimeArrayToString(this.ifLastModificationTimeMismatch) : "<null>"), this.isRequiringNoSnapshots, this.isSkippingLastModificationTimeUpdate, (this.sequenceNumberOperator.HasValue ? this.sequenceNumberOperator.Value.ToString() : "<null>"), (this.sequenceNumber.HasValue ? this.sequenceNumber.Value.ToString() : "<null>"), this.requiredBlobType, this.IsMultipleConditionalHeaderEnabled, this.IsCopyOperationOnAppendBlobsAllowed, (this.IsRequiringLeaseIfNotModifiedSince.HasValue ? this.IsRequiringLeaseIfNotModifiedSince.Value.ToString("O") : "<null>"), this.IsDiskMountStateConditionRequired, this.ExcludeSoftDeletedBlobs, this.EnsureBlobIsAlreadySoftDeleted, this.isOperationAllowedOnArchivedBlobs, this.skipLeaseCheck, (this.internalArchiveBlobLMT.HasValue ? this.internalArchiveBlobLMT.Value.ToString("O") : "<null>"), (!string.IsNullOrEmpty(this.internalArchiveBlobGenerationId) ? this.internalArchiveBlobGenerationId : "<null>"), (this.internalArchiveRequestId.HasValue ? this.internalArchiveRequestId.ToString() : "<null>"), this.IncludeSoftDeletedBlobsOnly };
			return string.Format("[includeDisabledContainers = {0}, includeExpiredBlobs = {1}, ifModifiedSinceTime = {2}, ifNotModifiedSinceTime = {3}, leaseId = {4}, isIncludingUncommittedBlobs = {5}, isFetchingMetadata = {6}, isIncludingSnapshots = {7}, isIncludingPageBlobs = {8} isIncludingAppendBlobs = {9}, isDeletingOnlySnapshots = {10}, ifLastModificationTimeMatch = {11}, ifLastModificationTimeMismatch = {12}, isRequiringNoSnapshots = {13}, isSkippingLastModificationTimeUpdate = {14}, sequenceNumberOperator = {15}, sequenceNumber = {16}, requiredBlobType = {17}, isMultipleConditionalHeaderEnabled = {18}, IsOperationOnAppendBlobsAllowed = {19}, IsRequiringLeaseIfNotModifiedSince = {20}, isDiskMountStateConditionRequired = {21}, ExcludeSoftDeletedBlobs = {22}, EnsureBlobIsAlreadySoftdeleted = {23}, isOperationAllowedOnArchivedBlobs = {24}, skipLeaseCheck = {25}, internalArchiveBlobLMT = {26}, internalArchiveBlobGenerationId = {27}, internalArchvieRequestId = {28}, includeSoftDeletedBlobsOnly = {29}]", objArray);
		}
Example #2
0
 public override string ToString()
 {
     object[] objArray = new object[] { (this.IfModifiedSinceTime.HasValue ? this.IfModifiedSinceTime.Value.ToString("O") : "<null>"), (this.IfNotModifiedSinceTime.HasValue ? this.IfNotModifiedSinceTime.Value.ToString("O") : "<null>"), (this.ifLastModificationTimeMatch != null ? StorageStampHelpers.DateTimeArrayToString(this.ifLastModificationTimeMatch) : "<null>"), (this.ifLastModificationTimeMismatch != null ? StorageStampHelpers.DateTimeArrayToString(this.ifLastModificationTimeMismatch) : "<null>"), this.IsMultipleConditionalHeaderEnabled };
     return(string.Format("[ifModifiedSinceTime = {0}, ifNotModifiedSinceTime = {1}, ifLastModificationTimeMatch = {2}, ifLastModificationTimeMismatch = {3}, isMultipleConditionalHeaderEnabled = {4}]", objArray));
 }