DataMigrationOracleOciDriverInfo 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.
Information about an Oracle OCI driver.
public class DataMigrationOracleOciDriverInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.DataMigrationOracleOciDriverInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.DataMigrationOracleOciDriverInfo>
type DataMigrationOracleOciDriverInfo = class
interface IJsonModel<DataMigrationOracleOciDriverInfo>
interface IPersistableModel<DataMigrationOracleOciDriverInfo>
Public Class DataMigrationOracleOciDriverInfo
Implements IJsonModel(Of DataMigrationOracleOciDriverInfo), IPersistableModel(Of DataMigrationOracleOciDriverInfo)
- Inheritance
-
DataMigrationOracleOciDriverInfo
- Implements
Properties
| Name | Description |
|---|---|
| ArchiveChecksum |
The MD5 Base64 encoded checksum for the driver package. |
| AssemblyVersion |
Version listed in the OCI assembly 'oci.dll'. |
| DriverName |
The name of the driver package. |
| DriverSize |
The size in bytes of the driver package. |
| OracleChecksum |
The checksum for the driver package provided by Oracle. |
| SupportedOracleVersions |
List of Oracle database versions supported by this driver. Only major minor of the version is listed. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<DataMigrationOracleOciDriverInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DataMigrationOracleOciDriverInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DataMigrationOracleOciDriverInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DataMigrationOracleOciDriverInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DataMigrationOracleOciDriverInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |