sdk/FunctionMetadataLoaderExtension/FunctionMetadataJsonReaderOptions.cs (7 lines of code) (raw):

// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.WebJobs.Extensions.FunctionMetadataLoader { internal class FunctionMetadataJsonReaderOptions { public string FunctionMetadataFileDrectory { get; set; } = string.Empty; } }