检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
          • All
          • Products
          • Solutions
          • Documentation
          • KooGallery
          • Developer
          • Learn
          • More
          10000 results found
          • Highlights - GeminiDB

            Highlights - GeminiDB

            Manual backups are saved until you manually delete them. High Security Network isolation GeminiDB uses VPCs and security groups to isolate instances. VPCs allow you to define which IP addresses are allowed to access a given instance.

            Help > GeminiDB > Service Overview
          • Checking the EVS Snapshot Storage Usage (for Standard Snapshots) - Elastic Volume Service

            Checking the EVS Snapshot Storage Usage (for Standard Snapshots) - Elastic Volume Service

            You are advised to periodically delete snapshots that are no longer used. This helps you avoid unnecessary billing on the snapshots. For details, see Deleting an EVS Snapshot. Parent Topic: Using EVS Snapshots

            Help > Elastic Volume Service > User Guide > Managing EVS Snapshots > Using EVS Snapshots
          • Conditional Statements - GaussDB(DWS)

            Conditional Statements - GaussDB(DWS)

            ',i; END IF; RETURN; END; / CALL proc_control_structure(3); -- Delete the stored procedure. DROP PROCEDURE proc_control_structure; Parent Topic: GaussDB(DWS) Stored Procedure Control Statements

            Help > GaussDB(DWS) > Developer Guide (9.1.0.x) > GaussDB(DWS) Stored Procedure > GaussDB(DWS) Stored Procedure Control Statements
          • Configuring a Single Active Consumer - Distributed Message Service for RabbitMQ

            Configuring a Single Active Consumer - Distributed Message Service for RabbitMQ

            Auto delete Whether to enable automatic deletion. Yes: This queue will be automatically deleted when the last consumer unsubscribes from the queue. No: This queue will not be deleted when the last consumer unsubscribes from the queue.

            Help > Distributed Message Service for RabbitMQ > User Guide > Configuring Virtual Hosts > Managing RabbitMQ Queues
          • ADM_TRIGGERS - GaussDB

            ADM_TRIGGERS - GaussDB

            Value range: before statement, before each row, after statement, after each row, and instead of. triggering_event character varying Event that triggers a trigger: update, insert, delete, and truncate. table_owner character varying(64) Owner of the table that defines a trigger. base_object_type

            Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > System Catalogs and System Views > System Views
          • CREATE SERVER - GaussDB

            CREATE SERVER - GaussDB

            Examples -- Create a server. gaussdb=# create server my_server foreign data wrapper log_fdw; CREATE SERVER -- Delete my_server. gaussdb=# DROP SERVER my_server; DROP SERVER Helpful Links ALTER SERVER and DROP SERVER Parent topic: SQL Syntax

            Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
          • Object stats - GaussDB

            Object stats - GaussDB

            Tuple Delete Number of rows deleted. Tuple Hot Update Number of rows HOT updated (with no separate index updated). Live Tuple Estimated number of live rows. Dead Tuple Estimated number of dead rows.

            Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > Schemas > WDR Snapshot Schema > WDR Information
          • ALTER SERVER - GaussDB

            ALTER SERVER - GaussDB

            Examples -- Create my_server. gaussdb=# CREATE SERVER my_server FOREIGN DATA WRAPPER log_fdw; -- Change the name of an external service. gaussdb=# ALTER SERVER my_server RENAME TO my_server_1; -- Delete my_server_1. gaussdb=# DROP SERVER my_server_1; Helpful Links CREATE

            Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
          • Configuring a Same-Region Backup Policy - Relational Database Service-RDS for MariaDB

            Configuring a Same-Region Backup Policy - Relational Database Service-RDS for MariaDB

            To delete them, you can adjust the retention period specified in your same-region backup policy. Retained backup files will be automatically deleted at the end of the retention period. Constraints Rebooting the instance is not allowed during full backup.

            Help > User Guide > Data Backups > Performing Backups
          • MAS Custom Policies - Multi-Site High Availability Service

            MAS Custom Policies - Multi-Site High Availability Service

            The following is an example of a deny policy: { "Version": "1.1", "Statement": [ { "Effect": "Deny", "Action": [ "mas:instance:delete" ] } ] } Parent topic: Permissions Management

            Help > Multi-Site High Availability Service > User Guide > Permissions Management
          • What Do I Do If a Hard Terminal Fails to Be Activated? - Meeting

            What Do I Do If a Hard Terminal Fails to Be Activated? - Meeting

            Alternatively, on the Huawei Cloud Meeting Management Platform, you can delete the hard terminal, add the hard terminal again to generate a new activation code, and use the new code to activate the hard terminal.

            Help > Meeting > FAQs > Hard Terminal Configuration Faults
          • How Do I Configure a TE Terminal When Using It for the First Time? - Meeting

            How Do I Configure a TE Terminal When Using It for the First Time? - Meeting

            If the parameters are not set within the seven days, delete the terminal from the Huawei Cloud Meeting Management Platform and add it again before configuration. Activation using the activation code will also be applicable to the TE30/40/50/60 in the future.

            Help > Meeting > FAQs > Hard Terminal Service Usage Problems
          • Creating and Managing Sequences - GaussDB

            Creating and Managing Sequences - GaussDB

            In this way, the sequence will be deleted when you delete its associated column or the table where the column belongs to. 1 gaussdb=# ALTER SEQUENCE seq1 OWNED BY T2.id; If the following information is displayed, the operation is successful: 1 ALTER SEQUENCE The preceding methods

            Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > Database Quick Start > Operating a Database > Other Operations
          • User Management - Data Admin Service

            User Management - Data Admin Service

            In the user list, locate the user you want to delete and click Delete. In the displayed dialog box, click Yes. Parent topic: Account Management

            Help > Data Admin Service > User Guide > DDS > Account Management
          • Overview - Data Admin Service

            Overview - Data Admin Service

            Delete Logs: Deletes logs. Deleted logs cannot be recovered. Exercise caution when performing this operation. Parent topic: Keyspace Management

            Help > Data Admin Service > User Guide > GeminiDB Cassandra API > Keyspace Management
          • Transaction - GaussDB

            Transaction - GaussDB

            Large object operations include CREATE/DELETE DATABASE, ANALYZE, and VACUUM jobs. [Rule] When accessing the database through the JDBC client, disable the autocommit parameter and explicitly execute the transaction COMMIT.

            Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > Development and Design Proposal > Database Programming Specifications
          • Viewing Your Profile - Cloud Bastion Host

            Viewing Your Profile - Cloud Bastion Host

            To add, modify, and delete a public key, see Managing SSH Public Keys. Figure 4 SSH Pubkey My Permission To view the personal system permissions and check whether the administrator permission is enabled, click the My Permission tab.

            Help > Cloud Bastion Host > User Guide > Basic Instance Information Management > Profile
          • Managing Session Videos - Cloud Bastion Host

            Managing Session Videos - Cloud Bastion Host

            They can also generate, download, or delete operation videos for different audit purposes. Sensitive data may exist in the video files to be audited. Exercise caution when downloading these files to prevent information leaks.

            Help > Cloud Bastion Host > User Guide > Audit > History Session
          • Viewing Repository Homepage - CodeArts Repo

            Viewing Repository Homepage - CodeArts Repo

            In this case, you are advised to delete the repository, control the capacity locally, and push the repository again. Commits Number of commits in the default branch of the repo.

            Help > CodeArts Repo > User Guide > Viewing Repository Information
          • Migrating a Git Repository Using a URL - CodeArts Repo

            Migrating a Git Repository Using a URL - CodeArts Repo

            You can delete the repository and import the external repository again according to Migrating a Git Repository Using a URL. Parent topic: Migrating a Third-Party Git Repository to CodeArts Repo

            Help > CodeArts Repo > User Guide > Migrating Code and Syncing a Repository > Migrating a Third-Party Git Repository to CodeArts Repo
          Total results: 10000
          • Previous
          • 1
          • ...
          • 473
          • 474
          • 475
          • ...
          • 500
          • Next
          • Go
          Load More
          Was this helpful?
          Feedback
          /200
          Submit Cancel
          Contact Sales After-Sales Self Service
          • Site Terms
          • Privacy Statement

          Explore Huawei Cloud

          Why Us Customer Stories Trust Center Legal Press Releases

          Featured Services

          Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

          Service and Support

          Documentation Contact Us Public Notices Support Plans Service Health Dashboard

          Account and Payment

          Top Up Invoices Billing Center My Account Payment Method

          Quick Links

          Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

          © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

          • Site Terms
          • Privacy Statement