IngestionMode Struct
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.
Describes how to ingest the records in the file.
public readonly struct IngestionMode : IEquatable<Azure.ResourceManager.SecurityInsights.Models.IngestionMode>
type IngestionMode = struct
Public Structure IngestionMode
Implements IEquatable(Of IngestionMode)
- Inheritance
-
IngestionMode
- Implements
Constructors
IngestionMode(String) |
Initializes a new instance of IngestionMode. |
Properties
IngestAnyValidRecords |
Valid records should still be ingested when invalid records are detected. |
IngestOnlyIfAllAreValid |
No records should be ingested when invalid records are detected. |
Unspecified |
Unspecified. |
Methods
Equals(IngestionMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(IngestionMode, IngestionMode) |
Determines if two IngestionMode values are the same. |
Implicit(String to IngestionMode) |
Converts a string to a IngestionMode. |
Inequality(IngestionMode, IngestionMode) |
Determines if two IngestionMode values are not the same. |
Applies to
Azure SDK for .NET