Permalink
Cannot retrieve contributors at this time
7 lines (7 sloc)
312 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/@azure/storage-blob/dist-esm/storage-internal-avro/src/AvroConstants.js
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright (c) Microsoft Corporation. | |
// Licensed under the MIT license. | |
export const AVRO_SYNC_MARKER_SIZE = 16; | |
export const AVRO_INIT_BYTES = new Uint8Array([79, 98, 106, 1]); | |
export const AVRO_CODEC_KEY = "avro.codec"; | |
export const AVRO_SCHEMA_KEY = "avro.schema"; | |
//# sourceMappingURL=AvroConstants.js.map |