Table of Contents

Class CorsRule

Namespace
Microsoft.Azure.Cosmos.Table
Assembly
Microsoft.Azure.Cosmos.Table.dll
public sealed class CorsRule
Inheritance
CorsRule
Inherited Members

Constructors

CorsRule()

public CorsRule()

Properties

AllowedHeaders

public IList<string> AllowedHeaders { get; set; }

Property Value

IList<string>

AllowedMethods

public CorsHttpMethods AllowedMethods { get; set; }

Property Value

CorsHttpMethods

AllowedOrigins

public IList<string> AllowedOrigins { get; set; }

Property Value

IList<string>

ExposedHeaders

public IList<string> ExposedHeaders { get; set; }

Property Value

IList<string>

MaxAgeInSeconds

public int MaxAgeInSeconds { get; set; }

Property Value

int