LogStorageSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(Deprecated. Please use LogSettings) Log storage settings.
public class LogStorageSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.LogStorageSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.LogStorageSettings>
public class LogStorageSettings
type LogStorageSettings = class
interface IJsonModel<LogStorageSettings>
interface IPersistableModel<LogStorageSettings>
type LogStorageSettings = class
Public Class LogStorageSettings
Implements IJsonModel(Of LogStorageSettings), IPersistableModel(Of LogStorageSettings)
Public Class LogStorageSettings
- Inheritance
-
LogStorageSettings
- Implements
Constructors
LogStorageSettings(DataFactoryLinkedServiceReference) |
Initializes a new instance of LogStorageSettings. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
EnableReliableLogging |
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
LinkedServiceName |
Log storage linked service reference. |
LogLevel |
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
Path |
The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LogStorageSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LogStorageSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LogStorageSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LogStorageSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LogStorageSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET