dumpFilePath property

String? dumpFilePath
getter/setter pair

Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created.

The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.

Implementation

core.String? dumpFilePath;