SqlWorkflowInstanceStoreElement.InstanceEncodingOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the optional property that specifies how compression is used for instance data.
public:
property System::Activities::DurableInstancing::InstanceEncodingOption InstanceEncodingOption { System::Activities::DurableInstancing::InstanceEncodingOption get(); void set(System::Activities::DurableInstancing::InstanceEncodingOption value); };
[System.Configuration.ConfigurationProperty("instanceEncodingOption", DefaultValue=System.Activities.DurableInstancing.InstanceEncodingOption.GZip, IsRequired=false)]
public System.Activities.DurableInstancing.InstanceEncodingOption InstanceEncodingOption { get; set; }
[<System.Configuration.ConfigurationProperty("instanceEncodingOption", DefaultValue=System.Activities.DurableInstancing.InstanceEncodingOption.GZip, IsRequired=false)>]
member this.InstanceEncodingOption : System.Activities.DurableInstancing.InstanceEncodingOption with get, set
Public Property InstanceEncodingOption As InstanceEncodingOption
Property Value
An option that determines the manner in which data compression is performed, if at all.
- Attributes
Remarks
Possible values for this property are "None", which specifies no compression, and "GZip", which specifies that instance data is compressed and uses the gzip algorithm.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา