Class ImportTransportableTablespaceDetails
Details for importing transportable tablespace for an Autonomous AI Database.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ImportTransportableTablespaceDetails
Properties
TtsBundleUrl
Declaration
[Required(ErrorMessage = "TtsBundleUrl is required.")]
[JsonProperty(PropertyName = "ttsBundleUrl")]
public string TtsBundleUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | URL for OCI Storage location for a Transportable Tablespace (TTS) bundle. |
Remarks
Required