检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 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
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      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
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        8018 results found.
        • Performing a Resumable Upload - Object Storage Service

          Performing a Resumable Upload - Object Storage Service

          Parameter Description Method in OBS Android SDK bucketName (Mandatory) Bucket name UploadFileRequest.setBucketName objectKey (Mandatory) Object name UploadFileRequest.setObjectKey uploadFile (Mandatory) Local file to be uploaded UploadFileRequest.setUploadFile partSize Part size,

          Help > Object Storage Service > Android > Object Upload
        • Performing a Resumable Download - Object Storage Service

          Performing a Resumable Download - Object Storage Service

          Parameter Description Method in OBS Android SDK bucketName (Mandatory) Bucket name DownloadFileRequest.setBucketName objectKey (Mandatory) Object name DownloadFileRequest.setObjectKey downloadFile Local path to which the object is downloaded.

          Help > Object Storage Service > Android > Object Download
        • Setting or Obtaining a Versioning Object ACL - Object Storage Service

          Setting or Obtaining a Versioning Object ACL - Object Storage Service

          response.StatusCode); } catch (ObsException ex) { Console.WriteLine("ErrorCode: {0}", ex.ErrorCode); Console.WriteLine("ErrorMessage: {0}", ex.ErrorMessage); } The owner or grantee ID needed in the ACL indicates the account ID, which can be viewed on the My Credentials page of OBS

          Help > Object Storage Service > .NET > Versioning Management
        • Office collaboration

          Office collaboration

          Related Services Elastic Cloud Server (ECS) Object Storage Service (OBS) Elastic IP (EIP) Accelerate With Leading Industry Partners Accelerate With Leading Industry Partners As a leading solution provider in the office collaboration field, SEEYON has more than 60 branches worldwide

          Others
        • Performing a Browser-Based Upload - Object Storage Service

          Performing a Browser-Based Upload - Object Storage Service

          // require 'obs-autoloader.php'; // Declare the namespace. use Obs\ObsClient; // Create an instance of ObsClient. $obsClient = new ObsClient ( [ //Obtain an AK/SK pair using environment variables or import the AK/SK pair in other ways.

          Help > Object Storage Service > PHP > Object Upload
        • Multipart Upload APIs (SDK for C) - Object Storage Service

          Multipart Upload APIs (SDK for C) - Object Storage Service

          The network connection to the OBS server breaks often. The size of a file to be uploaded is unknown.

          Help > Object Storage Service > C > Multipart Upload APIs (SDK for C)
        • RES07-01 Defining Key Metrics and Thresholds and Monitoring Such Metrics - Well-Architected Framework

          RES07-01 Defining Key Metrics and Thresholds and Monitoring Such Metrics - Well-Architected Framework

          Cloud Eye monitors metrics of IaaS services (such as ECS, EVS, OBS, VPC, ELB and AS), RDS databases, and high-availability middleware (such as DCS and DMS), and allows users to report custom metrics.

          Help > Well-Architected Framework > Well-Architected Framework and Practices > Resilience Pillar > Comprehensive Fault Detection > RES07 Monitoring Alarms
        • Familiarizing Yourself with Basic Functions in Minutes - Cost Center

          Familiarizing Yourself with Basic Functions in Minutes - Cost Center

          Cost Anomaly Detection Cost Details Export Allows you to export original costs, amortized costs, and usage details to OBS (in OBT). Cost Details Export Cost Organization Cost Tags Identifies and manages your resources by tag. Tags can be activated to become cost tags.

          Help > Cost Center > Hands-On Tutorials
        • Restoring a DB Instance to a Point in Time - TaurusDB

          Restoring a DB Instance to a Point in Time - TaurusDB

          The most recent full backup will be downloaded from OBS for restoration. After the restoration is complete, incremental backups will be replayed to the specified point in time. The time required depends on the amount of data to be restored.

          Help > TaurusDB > User Guide > Data Restorations
        • Creating a Custom Event Source - EventGrid

          Creating a Custom Event Source - EventGrid

          RABBITMQ" } Example Responses Status code: 200 Operation successful. { "id" : "90e0b962-c6c1-438c-ba8a-3024fe592bda", "name" : "first-source", "label" : "first-source", "description" : "first event source", "provider_type" : "CUSTOM", "event_types" : [ { "name" : "OBS

          Help > EventGrid > API Reference > APIs > Event Source Management
        • Image Moderation (V3) - Content Moderation

          Image Moderation (V3) - Content Moderation

          The URL can be an HTTP/HTTPS or OBS URL. Parent topic: Application Examples

          Help > Content Moderation > API Reference > Application Examples
        • Creating an Event Function - FunctionGraph

          Creating an Event Function - FunctionGraph

          Figure 2 Deploying code If you deploy code by uploading a local ZIP file, ensure that the region selected for creating the function is the same as that selected for creating an OBS bucket. You can modify the code and click Deploy to deploy the code again.

          Help > FunctionGraph > User Guide > Creating a Function > Creating a Function from Scratch
        • Release Notes for Kubernetes 1.9 (EOM) and Earlier Versions - Cloud Container Engine

          Release Notes for Kubernetes 1.9 (EOM) and Earlier Versions - Cloud Container Engine

          OBS is supported for BMS clusters. v1.7.3-r12 Highlights: Cluster nodes that use CentOS 7.4 can be created or managed. DNAT Services are supported. NetworkPolicy APIs are provided. Multiple ports can be configured for a Kubernetes Service that uses an ELB.

          Help > Cloud Container Engine > User Guide > Clusters > Cluster Version Release Notes > Kubernetes Version Release Notes
        • Node.js - FunctionGraph

          Node.js - FunctionGraph

          If needed, you can modify the code to save data to OBS or LTS or to directly process the data. Parent topic: Procedure

          Help > FunctionGraph > Best Practices > Data Processing Practices > Uploading Files Using APIs in FunctionGraph > Procedure
        • Java Example Code - Data Lake Insight

          Java Example Code - Data Lake Insight

          Insert data. 1 sparkSession.sql("insert into dli_to_rds values (1,'John',24)"); Query data. 1 sparkSession.sql("select * from dli_to_rd").show(); Response Submitting a Spark job Generate a JAR file based on the code file and upload the JAR file to the OBS bucket.

          Help > Data Lake Insight > Developer Guide > Spark Jar Jobs > Using Spark Jobs to Access Data Sources of Datasource Connections > Connecting to RDS
        • Configuring a Pipeline Build Task - Cloud Application Engine

          Configuring a Pipeline Build Task - Cloud Application Engine

          During deployment, the built software package is uploaded to the OBS bucket and the CAE component is upgraded. Scenario 2: If an image package is generated using Jenkins, use the image deployment scenario in the script.

          Help > Cloud Application Engine > Best Practices > Interconnecting GitLab with Jenkins for Automatic Build and Deployment on CAE > Procedure
        • Querying Screen Recording Details - Workspace

          Querying Screen Recording Details - Workspace

          RECORDING: being recorded REC_COMPLETED: recording completed REC_FAILED: recording failed UPLOADING: recording being uploaded UPLOAD_COMPLETED: upload completed UPLOAD_FAILED: upload failed policy_id String Specifies the policy ID. obs_bucket String OBS bucket name. file_directory

          Help > Workspace > API Reference > Workspace APIs > Screen Recording Audit
        • TPC-H Sample Data in the SQL Templates Preset on DLI - Data Lake Insight

          TPC-H Sample Data in the SQL Templates Preset on DLI - Data Lake Insight

          Precautions When a sub-account uses the TPC-H test suite, the main account needs to grant the sub-account the OBS access permission and the permission to view the main account table.

          Help > Data Lake Insight > User Guide > Submitting a SQL Job on the DLI Management Console > Creating and Managing SQL Job Templates
        • Avro - Data Lake Insight

          Avro - Data Lake Insight

          Method 2: If you allow DLI to save job logs in OBS, view the output in the taskmanager.out file.

          Help > Data Lake Insight > Flink SQL Syntax Reference > Flink OpenSource SQL 1.12 Syntax Reference > DDL Syntax > Format
        • Debezium - Data Lake Insight

          Debezium - Data Lake Insight

          Method 2: If you allow DLI to save job logs in OBS, view the output in the taskmanager.out file. -U(111,scooter,Big2-wheel scooter,5.18) +U(111,scooter,Big2-wheel scooter,5.15) Parent topic: Format

          Help > Data Lake Insight > Flink SQL Syntax Reference > Flink OpenSource SQL 1.12 Syntax Reference > DDL Syntax > Format
        Total results: 8018
        • Previous
        • 1
        • ...
        • 341
        • 342
        • 343
        • ...
        • 401
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback 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