Skip to content

RedirectProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new RedirectProperty {
    object RedirectType,
    object EnableReplacePrefix = null,
    object HostName = null,
    object HttpRedirectCode = null,
    object MirrorCheckMd5 = null,
    object MirrorFollowRedirect = null,
    object MirrorHeaders = null,
    object MirrorPassQueryString = null,
    object MirrorUrl = null,
    object PassQueryString = null,
    object Protocol = null,
    object ReplaceKeyPrefixWith = null,
    object ReplaceKeyWith = null
};

Properties

Name Type Description
RedirectType object No description.
EnableReplacePrefix object No description.
HostName object No description.
HttpRedirectCode object No description.
MirrorCheckMd5 object No description.
MirrorFollowRedirect object No description.
MirrorHeaders object No description.
MirrorPassQueryString object No description.
MirrorUrl object No description.
PassQueryString object No description.
Protocol object No description.
ReplaceKeyPrefixWith object No description.
ReplaceKeyWith object No description.

RedirectTypeRequired

public object RedirectType { get; set; }
  • Type: object

EnableReplacePrefixOptional

public object EnableReplacePrefix { get; set; }
  • Type: object

HostNameOptional

public object HostName { get; set; }
  • Type: object

HttpRedirectCodeOptional

public object HttpRedirectCode { get; set; }
  • Type: object

MirrorCheckMd5Optional

public object MirrorCheckMd5 { get; set; }
  • Type: object

MirrorFollowRedirectOptional

public object MirrorFollowRedirect { get; set; }
  • Type: object

MirrorHeadersOptional

public object MirrorHeaders { get; set; }
  • Type: object

MirrorPassQueryStringOptional

public object MirrorPassQueryString { get; set; }
  • Type: object

MirrorUrlOptional

public object MirrorUrl { get; set; }
  • Type: object

PassQueryStringOptional

public object PassQueryString { get; set; }
  • Type: object

ProtocolOptional

public object Protocol { get; set; }
  • Type: object

ReplaceKeyPrefixWithOptional

public object ReplaceKeyPrefixWith { get; set; }
  • Type: object

ReplaceKeyWithOptional

public object ReplaceKeyWith { get; set; }
  • Type: object