Sha256: cb529c42ff17d4ed98571339f60d6e2a6b21bc58ccbc09fb580b15805ccbaf7d
Contents?: true
Size: 395 Bytes
Versions: 16
Compression:
Stored size: 395 Bytes
Contents
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package exported import ( "github.com/Azure/azure-sdk-for-go/sdk/internal/log" ) // NOTE: these are publicly exported via type-aliasing in azblob/log.go const ( // EventUpload is used when we compute number of blocks to upload and size of each block. EventUpload log.Event = "azblob.Upload" )
Version data entries
16 entries across 16 versions & 1 rubygems