Class SqlServerBackups
Specifies the backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SqlServerBackups : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsBucket
Required. The Cloud Storage bucket that stores backups for all replicated databases.
Declaration
[JsonProperty("gcsBucket")]
public virtual string GcsBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsPrefix
Optional. Cloud Storage path inside the bucket that stores backups.
Declaration
[JsonProperty("gcsPrefix")]
public virtual string GcsPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |